File tree 4 files changed +8
-2
lines changed
4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
-------
3
3
4
+ 1.0.2 (2021-12-22)
5
+ ~~~~~~~~~~~~~~~~~~
6
+
7
+ * Include missing *.mo files.
8
+
4
9
1.0.1 (2021-12-22)
5
10
~~~~~~~~~~~~~~~~~~
6
11
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ include CHANGES.rst
3
3
include README.rst
4
4
include LICENSE
5
5
recursive-exclude example *
6
+ recursive-include airports/locale *.po *.mo
Original file line number Diff line number Diff line change 54
54
# The short X.Y version.
55
55
version = "1.0"
56
56
# The full version, including alpha/beta/rc tags.
57
- release = "1.0.1 "
57
+ release = "1.0.2 "
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-airports
3
- version = 1.0.1
3
+ version = 1.0.2
4
4
description = " It's like django-cities, but django-airports"
5
5
long_description = file: PYPIREADME.rst, CHANGES.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments