Skip to content

Commit e4f9d94

Browse files
committed
Cut Release: 0.5.1 → 0.5.2
1 parent 87408a8 commit e4f9d94

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55
message = Cut Release: {current_version} → {new_version}

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Hunter Senft-Grupp'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.5.1'
25+
release = '0.5.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def parse_requirements(filename):
2222

2323
setup(
2424
name='sqlalchemy-postgresql-audit',
25-
version='0.5.1',
25+
version='0.5.2',
2626
description='A postgres audit table implementation that works with sqlalchemy and alembic',
2727
long_description=LONG_DESCRIPTION,
2828
long_description_content_type='text/markdown',

src/sqlalchemy_postgresql_audit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"
22

33
__all__ = [
44
"set_session_vars",

0 commit comments

Comments
 (0)