Skip to content

Commit

Permalink
"Release 0.2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Feb 10, 2016
1 parent d7156f9 commit 913ba47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = "Release {new_version}"
current_version = 0.1.5
current_version = 0.2.0

[bumpversion:file:querystringsafe_base64.py]

Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# Changelog

## 0.2.0

* Support for python3

## 0.1.5

* Move querystringsafe_base64 module to the root
Expand Down
2 changes: 1 addition & 1 deletion querystringsafe_base64.py
Expand Up @@ -22,7 +22,7 @@
import sys
from base64 import urlsafe_b64encode, urlsafe_b64decode

__version__ = '0.1.5'
__version__ = '0.2.0'
PY2 = sys.version_info < (3, 0)


Expand Down

0 comments on commit 913ba47

Please sign in to comment.