File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/django_elasticsearch_dsl_drf Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ are used for versioning (schema follows below):
1515 0.3.4 to 0.4).
1616- All backwards incompatible changes are mentioned in this document.
1717
18+ 0.6.1
19+ -----
20+ 2017-11-28
21+
22+ - Documentation fixes.
23+
18240.6
1925---
20262017-11-28
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = '0.6'
5+ version = '0.6.1 '
66
77DOCS_TRANSFORMATIONS = (
88 (
Original file line number Diff line number Diff line change 33"""
44
55__title__ = 'django-elasticsearch-dsl-drf'
6- __version__ = '0.6'
6+ __version__ = '0.6.1 '
77__author__ = 'Artur Barseghyan <[email protected] >' 88__copyright__ = '2017 Artur Barseghyan'
99__license__ = 'GPL 2.0/LGPL 2.1'
You can’t perform that action at this time.
0 commit comments