Skip to content

Commit

Permalink
"Release 1.3.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Mar 20, 2018
1 parent a115d52 commit c47462c
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.3.2
current_version = 1.3.3
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.3
-------

- [enhancement] use executor's context manager to start/stop postrgesql server in a fixture
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -20,16 +20,16 @@ pytest-postgresql
Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/pytest-postgresql.svg?branch=v1.3.2
.. image:: https://travis-ci.org/ClearcodeHQ/pytest-postgresql.svg?branch=v1.3.3
:target: https://travis-ci.org/ClearcodeHQ/pytest-postgresql
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-postgresql/badge.png?branch=v1.3.2
:target: https://coveralls.io/r/ClearcodeHQ/pytest-postgresql?branch=v1.3.2
.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-postgresql/badge.png?branch=v1.3.3
:target: https://coveralls.io/r/ClearcodeHQ/pytest-postgresql?branch=v1.3.3
:alt: Coverage Status

.. image:: https://requires.io/github/ClearcodeHQ/pytest-postgresql/requirements.svg?tag=v1.3.2
:target: https://requires.io/github/ClearcodeHQ/pytest-postgresql/requirements/?tag=v1.3.2
.. image:: https://requires.io/github/ClearcodeHQ/pytest-postgresql/requirements.svg?tag=v1.3.3
:target: https://requires.io/github/ClearcodeHQ/pytest-postgresql/requirements/?tag=v1.3.3
:alt: Requirements Status

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

setup(
name='pytest-postgresql',
version='1.3.2',
version='1.3.3',
description='Postgresql fixtures and fixture factories for Pytest.',
long_description=(
read('README.rst') + '\n\n' + read('CHANGES.rst')
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_postgresql/__init__.py
Expand Up @@ -21,7 +21,7 @@
import logging
import platform

__version__ = '1.3.2'
__version__ = '1.3.3'


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit c47462c

Please sign in to comment.