Skip to content

Commit

Permalink
bump version to 0.6.1 and update changelog
Browse files Browse the repository at this point in the history
#9 type error DEMIndex save
  • Loading branch information
codekiln committed Aug 3, 2018
1 parent 4b30859 commit 603e7a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

0.6.1 (2018-08-03)
~~~~~~~~~~~~~~~~~~
* fixed gh #9: "using elasticsearch-dsl 6.1, TypeError in DEMIndex.save"

0.6.0 (2018-08-01)
~~~~~~~~~~~~~~~~~~
* Added test structure for py2 - GH #2
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 @@ -10,7 +10,7 @@
from django_elastic_migrations.utils import loading
from django_elastic_migrations.utils.django_elastic_migrations_log import get_logger

__version__ = '0.6.0'
__version__ = '0.6.1'

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

Expand Down

0 comments on commit 603e7a4

Please sign in to comment.