Skip to content

Commit 258d94e

Browse files
committed
bump version number
1 parent 664daf5 commit 258d94e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
-------
33

4+
1.0.2 (2021-12-22)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
* Include missing *.mo files.
8+
49
1.0.1 (2021-12-22)
510
~~~~~~~~~~~~~~~~~~
611

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ include CHANGES.rst
33
include README.rst
44
include LICENSE
55
recursive-exclude example *
6+
recursive-include airports/locale *.po *.mo

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = "1.0"
5656
# The full version, including alpha/beta/rc tags.
57-
release = "1.0.1"
57+
release = "1.0.2"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-airports
3-
version = 1.0.1
3+
version = 1.0.2
44
description = "It's like django-cities, but django-airports"
55
long_description = file: PYPIREADME.rst, CHANGES.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)