Skip to content

Commit 282d3d4

Browse files
authored
Merge pull request #218 from coderholic/version-bump-0.6
Bump version to 0.6
2 parents 93ed3c7 + 682ed03 commit 282d3d4

File tree

3 files changed

+31
-15
lines changed

3 files changed

+31
-15
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.

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,12 @@ django-cities provides you with place related models (eg. Country, Region, City)
1212

1313
This package officially supports all currently supported versions of Python/Django:
1414

15-
| Python | 2.7 | 3.4 | 3.5 | 3.6 | 3.7 |
16-
| :------------ | ------------------ | ------------------- | ------------------ | ------------------- | --------------------- |
17-
| Django 1.7 | :x: | :x: | :x: | :x: | :x: |
18-
| Django 1.8 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :large_blue_circle: | :large_blue_circle: |
19-
| Django 1.9 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :large_blue_circle: | :large_blue_circle: |
20-
| Django 1.10 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :large_blue_circle: | :large_blue_circle: |
21-
| Django 1.11 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
22-
| Django 2.0 | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
23-
| Django 2.1 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
24-
<!-- | Django [master](https://github.com/django/django/archive/master.tar.gz) | :x: | :x: | :x: | :x: | :x: | -->
25-
<!-- 2.7 3.4 3.5 3.6 3.7 -->
15+
| Python | 3.6 | 3.7 | 3.8 |
16+
| :------------ | ------------------- | --------------------- | --------------------- |
17+
| Django 1.11 | :white_check_mark: | :white_check_mark: | :large_blue_circle: |
18+
| Django 2.2 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
19+
| Django 3.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
20+
| Django [master](https://github.com/django/django/archive/master.tar.gz) | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: |
2621

2722
| Key | |
2823
| :-------------------: | :------------------------------------------------------------------ |

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)