Skip to content

Commit

Permalink
Mark as 2.1.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
markpasc committed Jul 16, 2012
1 parent 164e9f5 commit c9b2c92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 2.1.3 – July 16, 2012 ##

- Allow verification of HTTPS certificates when CA certificates are provided.


## Version 2.1.2 – June 29, 2012 ##

- Properly handle refunding transactions.
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""


__version__ = '2.1.3pre'
__version__ = '2.1.3'

BASE_URI = 'https://api.recurly.com/v2/'
"""The API endpoint to send requests to."""
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[egg_info]
tag_build = dev
tag_date = true
tag_build =
tag_date = false

[nosetests]
with_coverage = true
Expand Down

0 comments on commit c9b2c92

Please sign in to comment.