We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40d3d5 commit 9781145Copy full SHA for 9781145
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog #
2
3
+## v0.6.1 ##
4
+
5
+### Added ###
6
7
+- Added support for Django 4.0
8
9
## v0.6 ##
10
11
### Added ###
@@ -29,4 +35,4 @@
29
35
30
36
## [0.4.1] - 2014-07-06
31
37
32
-- Last version without changelog.
38
+- Last version without changelog.
setup.py
@@ -15,7 +15,7 @@ def read(fname):
15
16
setup(
17
name='django-cities',
18
- version='0.6',
+ version='0.6.1',
19
description='Place models and worldwide place data for Django',
20
author='Ben Dowling',
21
author_email='[email protected]',
0 commit comments