Skip to content

Commit

Permalink
Merge pull request #377 from recurly/release-3.4.2
Browse files Browse the repository at this point in the history
Release 3.4.2
  • Loading branch information
bhelx authored Mar 20, 2020
2 parents 253a772 + b5bebc8 commit 11dccad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = 3.4.1
current_version = 3.4.2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ssl
import sys

__version__ = "3.4.1"
__version__ = "3.4.2"
__python_version__ = ".".join(map(str, sys.version_info[:3]))

USER_AGENT = "Recurly/%s; python %s; %s" % (
Expand Down

0 comments on commit 11dccad

Please sign in to comment.