Skip to content

Commit f22c05f

Browse files
authored
Merge pull request #28 from edx/feanil/prep-for-release
Prep for releasing fix to auto-publish.
2 parents b14c977 + 0606863 commit f22c05f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Change Log
1313
1414
Unreleased
1515
~~~~~~~~~~
16+
[1.0.1] - 2019-04-23
17+
~~~~~~~~~~~~~~~~~~~~
18+
* Fix auto publishing to PyPI
19+
1620
[1.0.0] - 2019-04-23
1721
~~~~~~~~~~~~~~~~~~~~
1822
Changed

config_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from __future__ import absolute_import, unicode_literals
66

7-
__version__ = '1.0.0'
7+
__version__ = '1.0.1'
88

99
default_app_config = 'config_models.apps.ConfigModelsConfig' # pylint: disable=invalid-name

0 commit comments

Comments
 (0)