Skip to content

Commit 682ed03

Browse files
committed
Update CHANGELOG and bump version to 0.6
1 parent c31fedc commit 682ed03

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
1-
# Change Log
2-
All notable changes to this project will (may?) be documented in this file.
1+
# Changelog #
2+
3+
## v0.6 ##
4+
5+
### Added ###
6+
7+
- Added `filter_horizontal` to neighbours field in Country model
8+
- Added support for Django 3.0
9+
10+
### Changed ###
11+
12+
- Improved the neighbours admin page
13+
- Updated Travis test matrix and supported/compatibility table in README
14+
- Linting fixups and added Travis check for linting
15+
- Updated Travis config to run on Xenial
16+
17+
### Removed ###
18+
19+
- Python 2 support
20+
- Python 3.3-3.5 support and testing
21+
- Django 1.7-1.10
22+
- Django 2.0-2.1
23+
24+
## Previous versions ##
325

4-
## [Unreleased][unreleased]
526
### Changed
627
- added ``cities.plugin.reset_queries.Plugin`` that calls reset_queries randomly (default chance is 0.000002 per imported city or district). See CITIES_PLUGINS in Configuration example for details
728
- It's now possible to specify several files to be downloaded and processed. See Configuration example for details.

setup.py

Lines changed: 1 addition & 1 deletion
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.5.0.6',
18+
version='0.6',
1919
description='Place models and worldwide place data for Django',
2020
author='Ben Dowling',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)