Skip to content

Commit

Permalink
"Release 2.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Nov 8, 2019
1 parent 2ca9493 commit a677484
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 2.0.0
commit = True
tag = True
message = "Release {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
CHANGELOG
=========

unreleased
2.0.0
-------

- [enhancement] Created a specified Executor to manage elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -24,12 +24,12 @@ pytest-elasticsearch
Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/pytest-elasticsearch.svg?branch=v1.3.0
.. image:: https://travis-ci.org/ClearcodeHQ/pytest-elasticsearch.svg?branch=v2.0.0
:target: https://travis-ci.org/ClearcodeHQ/pytest-elasticsearch
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-elasticsearch/badge.png?branch=v1.3.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-elasticsearch?branch=v1.3.0
.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-elasticsearch/badge.png?branch=v2.0.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-elasticsearch?branch=v2.0.0
:alt: Coverage Status

What is this?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@ def read(fname):

setup(
name='pytest-elasticsearch',
version='1.3.0',
version='2.0.0',
description='Elasticsearch process and client fixtures for py.test.',
long_description=(
read('README.rst') + '\n\n' + read('CHANGES.rst')
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_elasticsearch/__init__.py
Expand Up @@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with pytest-elasticsearch. If not, see <http://www.gnu.org/licenses/>.
"""Main packge for pytest-elasticsearch."""
__version__ = '1.3.0'
__version__ = '2.0.0'

0 comments on commit a677484

Please sign in to comment.