Skip to content

Commit

Permalink
Release: 0.10.22
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Nov 27, 2019
1 parent aeac8e5 commit 5248400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.21
0.10.22
2 changes: 1 addition & 1 deletion pystratum/application/PyStratumApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self):
"""
Object constructor
"""
Application.__init__(self, 'pystratum', '0.10.21')
Application.__init__(self, 'pystratum', '0.10.22')

# ------------------------------------------------------------------------------------------------------------------
def get_default_commands(self) -> List[Command]:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='PyStratum',

version='0.10.21',
version='0.10.22',

description='A stored procedure and function loader and wrapper generator for MySQL, SQL Server, and PostgresSQL',
long_description=long_description,
Expand Down

0 comments on commit 5248400

Please sign in to comment.