Skip to content

Commit

Permalink
Release 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Aug 18, 2020
1 parent af84f8a commit 55915dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.rst
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

7.9.0a1 (2020-07-20)
--------------------
7.9.0 (2020-08-18)
------------------

* Added support for ES 7.9 APIs
* Fixed retries to not raise an error when ``sniff_on_connection_error=True``
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/__init__.py
Expand Up @@ -20,7 +20,7 @@

VERSION = (7, 9, 0)
__version__ = VERSION
__versionstr__ = "7.9.0a1"
__versionstr__ = "7.9.0"

import sys
import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

VERSION = (7, 9, 0)
__version__ = VERSION
__versionstr__ = "7.9.0a1"
__versionstr__ = "7.9.0"

with open(join(dirname(__file__), "README")) as f:
long_description = f.read().strip()
Expand Down

0 comments on commit 55915dc

Please sign in to comment.