Skip to content

Commit

Permalink
Bump version: 5.1.5 → 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Jan 19, 2023
1 parent fef466c commit 93cc3b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion heroku3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__copyright__ = "Copyright 2013 Heroku"
__license__ = "MIT"

__version__ = "5.1.5"
__version__ = "5.2.0"

# Module namespace.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.1.5
current_version = 5.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_version(*file_paths):
author="Martin Moss",
author_email="martin_moss@btinternet.com",
url="https://github.com/martyzz1/heroku3.py",
download_url="https://github.com/martyzz1/heroku3.py/tarball/v5.1.5",
download_url="https://github.com/martyzz1/heroku3.py/tarball/v5.2.0",
packages=["heroku3"],
package_data={
"": [
Expand Down

0 comments on commit 93cc3b0

Please sign in to comment.