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 19, 2019
1 parent 0e47d30 commit d591504
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.2.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
-------

- [feature] Drop support for python 2.7. From now on, only support python 3.6 and up
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -24,12 +24,12 @@ pytest-dynamodb
Package status
--------------

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

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

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

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

0 comments on commit d591504

Please sign in to comment.