Skip to content

Commit e67081e

Browse files
committed
bump 0.7.4 --> 0.7.5
#33 error when nothing to resume
1 parent bac9b13 commit e67081e

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
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
0.7.4 (2018-08-15)
5+
~~~~~~~~~~~~~~~~~~
6+
* fix #33 error when nothing to resume using --resume
7+
48
0.7.3 (2018-08-14)
59
~~~~~~~~~~~~~~~~~~
610
* fix #31 es_update movies --newer --workers does not store worker information

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.3'
13+
__version__ = '0.7.4'
1414

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

0 commit comments

Comments
 (0)