Skip to content

Commit

Permalink
"Release 2.5.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Oct 1, 2020
1 parent 200b7ab commit a950bad
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 = 2.5.0
current_version = 2.5.1
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.5.1
----------

- [fix] Added LC_* env vars to running initdb and other utilities. Now all tools and server are using same, C locale
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -24,12 +24,12 @@ pytest-postgresql
Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/pytest-postgresql.svg?branch=v2.5.0
.. image:: https://travis-ci.org/ClearcodeHQ/pytest-postgresql.svg?branch=v2.5.1
:target: https://travis-ci.org/ClearcodeHQ/pytest-postgresql
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-postgresql/badge.png?branch=v2.5.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-postgresql?branch=v2.5.0
.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-postgresql/badge.png?branch=v2.5.1
:target: https://coveralls.io/r/ClearcodeHQ/pytest-postgresql?branch=v2.5.1
:alt: Coverage Status

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

setup(
name='pytest-postgresql',
version='2.5.0',
version='2.5.1',
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 @@ -24,4 +24,4 @@
else:
psycopg2cffi.compat.register()

__version__ = '2.5.0'
__version__ = '2.5.1'

0 comments on commit a950bad

Please sign in to comment.