Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Aug 20, 2016
1 parent 01df468 commit 87ebb8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ Apache License 2.0
History
=======

1.0.0 (2016-08-20)
-------------------
* Drop python 2.6, 3.2 support
* Depend on testing.common.database >= 2.0.0
* Set booting timeout to 20sec
* Fix bugs:

- #1: find_elasticsearch_yaml_path() does not refer elasticsearch_home argument
- #2: Make ES_PATH absolute

0.9.1 (2016-02-04)
-------------------
* Depend on ``testing.common.database`` package
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='testing.elasticsearch2',
version='0.9.1',
version='1.0.0',
description='automatically setups a elasticsearch instance in a temporary '
'directory, and destroys it after testing',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 87ebb8e

Please sign in to comment.