Skip to content

Commit

Permalink
bump version number to 0.10.0
Browse files Browse the repository at this point in the history
 mn/#3-support-latest-elasticsearch-dsl-6
  • Loading branch information
codekiln committed Jul 13, 2023
1 parent 6c0709c commit b12fd8c
Showing 1 changed file with 1 addition and 1 deletion.
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.9.0'
__version__ = '0.10.0'

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

Expand Down

0 comments on commit b12fd8c

Please sign in to comment.