Skip to content

Commit

Permalink
Add CHANGES.rst to the package manifest, release as 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Jan 15, 2015
1 parent 254f03c commit 5c4745d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -18,6 +18,11 @@ Version 3.1 (15 Jan 2015)
* Add a ``blank_label`` argument to ``CountryField`` to allow customization of
the label shown in the initial blank choice shown in the select widget.

Version 3.1.1 (15 Jan 2015)
---------------------------

* Packaging fix (``CHANGES.rst`` wasn't in the manifest)


Version 3.0 (22 Oct 2014)
=========================
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include README.rst
include *.rst
include LICENSE
include tox.ini
graft django_countries/static/flags
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@ def read_files(*filenames):

setup(
name='django-countries',
version='3.1',
version='3.1.1',
description='Provides a country field for Django models.',
long_description=read_files('README.rst', 'CHANGES.rst'),
author='Chris Beaven',
Expand Down

0 comments on commit 5c4745d

Please sign in to comment.