File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/sqlalchemy_postgresql_audit Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.1
2+ current_version = 0.5.2
33commit = True
44tag = True
55message = Cut Release: {current_version} → {new_version}
Original file line number Diff line number Diff line change 2222author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def parse_requirements(filename):
2222
2323setup (
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' ,
Original file line number Diff line number Diff line change 1- __version__ = "0.5.1 "
1+ __version__ = "0.5.2 "
22
33__all__ = [
44 "set_session_vars" ,
You can’t perform that action at this time.
0 commit comments