Skip to content

Commit

Permalink
"Release 4.1.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Mar 11, 2022
1 parent 0a98f02 commit 4e0be05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.1.0
current_version = 4.1.1
commit = True
tag = True
message = "Release {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

unreleased
4.1.1
----------

Misc
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytest-postgresql
version = 4.1.0
version = 4.1.1
url = https://github.com/ClearcodeHQ/pytest-postgresql
description = Postgresql fixtures and fixture factories for Pytest.
long_description = file: README.rst, CHANGES.rst
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_postgresql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with pytest-postgresql. If not, see <http://www.gnu.org/licenses/>.
"""Main module for pytest-postgresql."""

__version__ = "4.1.0"
__version__ = "4.1.1"

0 comments on commit 4e0be05

Please sign in to comment.