Skip to content

Commit aa44c23

Browse files
authored
Merge pull request #53 from HBS-HBX/#52_bump_0.7.7_to_0.7.8_and_release_on_PyPI
closes #52 bump 0.7.7 to 0.7.8 and release on PyPI
2 parents e4761a1 + 0655e49 commit aa44c23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
0.7.8 (2018-11-13)
5+
^^^^^^^^^^^^^^^^^^^^^^
6+
* fix `#7 Convert Readme to rst for pypi <https://github.com/HBS-HBX/django-elastic-migrations/issues/7>`_
7+
* first release on PyPI
8+
* update project dependencies
9+
410
0.7.7 (2018-09-17)
511
^^^^^^^^^^^^^^^^^^^^^^
612
* fix `#41 stack trace when indexing in py3 <https://github.com/HBS-HBX/django-elastic-migrations/issues/41>`_

django_elastic_migrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from django_elastic_migrations.utils import loading
1111
from django_elastic_migrations.utils.django_elastic_migrations_log import get_logger
1212

13-
__version__ = '0.7.7'
13+
__version__ = '0.7.8'
1414

1515
default_app_config = 'django_elastic_migrations.apps.DjangoElasticMigrationsConfig' # pylint: disable=invalid-name
1616

0 commit comments

Comments
 (0)