Skip to content

Commit

Permalink
bump 0.8.0 --> 0.8.1
Browse files Browse the repository at this point in the history
#50 add test coverage for es_list
#58 ignore indexes with a dot in name in es_list --es-only and es_dangerous_reset
  • Loading branch information
codekiln committed Nov 18, 2018
1 parent f2d3838 commit 4e9f34a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

0.8.1 (2018-11-19)
^^^^^^^^^^^^^^^^^
* fix `#50 add test coverage for es_list <https://github.com/HBS-HBX/django-elastic-migrations/issues/50>`_
* fix `#58 ignore indexes with a dot in name in es_list --es-only and es_dangerous_reset <https://github.com/HBS-HBX/django-elastic-migrations/issues/58>`_

0.8.0 (2018-11-13)
^^^^^^^^^^^^^^^^^^^^^^
* fix `#6 support Django 2 <https://github.com/HBS-HBX/django-elastic-migrations/issues/6>`_
Expand Down
2 changes: 1 addition & 1 deletion django_elastic_migrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django_elastic_migrations.utils import loading
from django_elastic_migrations.utils.django_elastic_migrations_log import get_logger

__version__ = '0.8.0'
__version__ = '0.8.1'

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

Expand Down

0 comments on commit 4e9f34a

Please sign in to comment.