Skip to content

Commit

Permalink
Bump version to 0.7.1, and bring readme up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Aug 12, 2014
1 parent bf5cc58 commit 284d236
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

v0.7.1 (2014-08-12)
-------------------

* Brings tests up to date with ``update_aliases()`` API change.


v0.7 (2014-08-12)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pyelasticsearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__all__ = ['ElasticSearch', 'ElasticHttpError', 'InvalidJsonResponseError',
'Timeout', 'ConnectionError', 'ElasticHttpNotFoundError',
'IndexAlreadyExistsError']
__version__ = '0.7'
__version__ = '0.7.1'
__version_info__ = tuple(__version__.split('.'))

get_version = lambda: __version_info__

0 comments on commit 284d236

Please sign in to comment.