We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b14c977 + 0606863 commit f22c05fCopy full SHA for f22c05f
CHANGELOG.rst
@@ -13,6 +13,10 @@ Change Log
13
14
Unreleased
15
~~~~~~~~~~
16
+[1.0.1] - 2019-04-23
17
+~~~~~~~~~~~~~~~~~~~~
18
+* Fix auto publishing to PyPI
19
+
20
[1.0.0] - 2019-04-23
21
~~~~~~~~~~~~~~~~~~~~
22
Changed
config_models/__init__.py
@@ -4,6 +4,6 @@
4
5
from __future__ import absolute_import, unicode_literals
6
7
-__version__ = '1.0.0'
+__version__ = '1.0.1'
8
9
default_app_config = 'config_models.apps.ConfigModelsConfig' # pylint: disable=invalid-name
0 commit comments