Skip to content

Commit 9781145

Browse files
authored
bump version v0.6.1 (#232)
1 parent d40d3d5 commit 9781145

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog #
22

3+
## v0.6.1 ##
4+
5+
### Added ###
6+
7+
- Added support for Django 4.0
8+
39
## v0.6 ##
410

511
### Added ###
@@ -29,4 +35,4 @@
2935

3036
## [0.4.1] - 2014-07-06
3137

32-
- Last version without changelog.
38+
- Last version without changelog.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(fname):
1515

1616
setup(
1717
name='django-cities',
18-
version='0.6',
18+
version='0.6.1',
1919
description='Place models and worldwide place data for Django',
2020
author='Ben Dowling',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)