Skip to content

Commit

Permalink
Merge pull request #302 from recurly/3.0b4
Browse files Browse the repository at this point in the history
3.0b4
  • Loading branch information
Aaron Suarez authored Jun 28, 2019
2 parents 0aa232e + 34f18ba commit 53c3838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library is published on pypi as a pre-release. We recommend targeting a spe
in your requirements.txt or setup.py:

```
recurly==3.0b3
recurly==3.0b4
```

Until we reach GA with version `3.0.0`, we will bump the beta level on each release `3.0bX` by 1.
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.0b3"
__version__ = "3.0b4"
__python_version__ = ".".join(map(str, sys.version_info[:3]))

USER_AGENT = "recurly-python/%s; python %s; %s" % (
Expand Down

0 comments on commit 53c3838

Please sign in to comment.