Skip to content

Commit 6ab98c3

Browse files
authored
Merge branch 'master' into #6_support_django_2
2 parents a9bcd37 + 6fa1430 commit 6ab98c3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

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+
410
0.7.7 (2018-09-17)
511
^^^^^^^^^^^^^^^^^^^^^^
612
* fix `#41 stack trace when indexing in py3 <https://github.com/HBS-HBX/django-elastic-migrations/issues/41>`_

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Usage
100100
Installation
101101
~~~~~~~~~~~~
102102

103-
104-
#. Put a reference to this package in your ``requirements.txt`` and install the package
103+
#. ``pip install django-elastic-migrations``
104+
#. Put a reference to this package in your ``requirements.txt``
105105
#. Ensure that a valid ``elasticsearch-dsl-py`` version is accessible, and configure
106106
the path to your configured Elasticsearch singleton client in your django settings:
107107
``DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT = "tests.es_config.ES_CLIENT"``.

django_elastic_migrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from django_elastic_migrations.utils import loading
99
from django_elastic_migrations.utils.django_elastic_migrations_log import get_logger
1010

11-
__version__ = '0.7.7'
11+
__version__ = '0.7.8'
1212

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

0 commit comments

Comments
 (0)