File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
django_elastic_migrations Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
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
+
4
10
0.7.7 (2018-09-17)
5
11
^^^^^^^^^^^^^^^^^^^^^^
6
12
* fix `#41 stack trace when indexing in py3 <https://github.com/HBS-HBX/django-elastic-migrations/issues/41 >`_
Original file line number Diff line number Diff line change 10
10
from django_elastic_migrations .utils import loading
11
11
from django_elastic_migrations .utils .django_elastic_migrations_log import get_logger
12
12
13
- __version__ = '0.7.7 '
13
+ __version__ = '0.7.8 '
14
14
15
15
default_app_config = 'django_elastic_migrations.apps.DjangoElasticMigrationsConfig' # pylint: disable=invalid-name
16
16
You can’t perform that action at this time.
0 commit comments