Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Jun 28, 2024
1 parent 3a40381 commit feb63ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ dist
.DAV/
.env

# Environments
.venv
venv/
ENV/

# Data files
/cities/data/*
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog #

## v0.6.2 ##

- Fix Django missing migration, thanks @RafaPinzon93
- Updated Python version classifiers, thanks @leogregianin

## v0.6.1 ##

### Added ###
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):

setup(
name='django-cities',
version='0.6.1',
version='0.6.2',
description='Place models and worldwide place data for Django',
author='Ben Dowling',
author_email='[email protected]',
Expand Down Expand Up @@ -52,6 +52,9 @@ def read(fname):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit feb63ed

Please sign in to comment.