Skip to content

Commit

Permalink
Prepare 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jul 7, 2020
1 parent b2db4e8 commit 9022f5a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.6.2
-----
2020-07-07

- Renamed JSONString to ElasticJSONString and changed references in related
files. The reason for this change is to support `grapehene_federation`
`build_schema` which eventually helps build federated schemas

0.6.1
-----
2020-02-13
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.6.2
-----
2020-07-07

- Renamed JSONString to ElasticJSONString and changed references in related
files. The reason for this change is to support `grapehene_federation`
`build_schema` which eventually helps build federated schemas

0.6.1
-----
2020-02-13
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="graphene-elastic",
version="0.6.1",
version="0.6.2",
description="Graphene Elasticsearch (DSL) integration",
long_description=open("README.rst").read(),
url="https://github.com/barseghyanartur/graphene-elastic",
Expand Down
2 changes: 1 addition & 1 deletion src/graphene_elastic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .types import ElasticsearchObjectType

__title__ = 'graphene-elastic'
__version__ = '0.6.1'
__version__ = '0.6.2'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2019-2020 Artur Barseghyan'
__license__ = 'GPL-2.0-only OR LGPL-2.1-or-later'
Expand Down

0 comments on commit 9022f5a

Please sign in to comment.