Skip to content

Commit

Permalink
"Release 1.3.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaslany committed Apr 4, 2018
1 parent b7a2017 commit 93ab2d8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.3.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
1.3.0
-------

- [feature] - Support for major elasticsearch versions
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -20,16 +20,16 @@ pytest-elasticsearch
Package status
--------------

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

.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-elasticsearch/badge.png?branch=v1.2.1
:target: https://coveralls.io/r/ClearcodeHQ/pytest-elasticsearch?branch=v1.2.1
.. 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
:alt: Coverage Status

.. image:: https://requires.io/github/ClearcodeHQ/pytest-elasticsearch/requirements.svg?tag=v1.2.1
:target: https://requires.io/github/ClearcodeHQ/pytest-elasticsearch/requirements/?tag=v1.2.1
.. image:: https://requires.io/github/ClearcodeHQ/pytest-elasticsearch/requirements.svg?tag=v1.3.0
:target: https://requires.io/github/ClearcodeHQ/pytest-elasticsearch/requirements/?tag=v1.3.0
:alt: Requirements 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.2.1',
version='1.3.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 @@ -20,7 +20,7 @@

import logging

__version__ = '1.2.1'
__version__ = '1.3.0'


logger = logging.getLogger(__name__)

0 comments on commit 93ab2d8

Please sign in to comment.