Skip to content

Commit

Permalink
"Release 0.1.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Feb 10, 2016
1 parent 47e8a65 commit b7b7711
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
commit = True
tag = True
message = "Release {new_version}"
current_version = 0.1.4
current_version = 0.1.5

[bumpversion:file:src/querystringsafe_base64.py]
[bumpversion:file:querystringsafe_base64.py]

[bumpversion:file:CHANGES.md]
search = unreleased
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.5

* Move querystringsafe_base64 module to the root
* Use install instead of develop during tests

## 0.1.4

* Remove bdist_wheel from distributons
Expand Down
2 changes: 1 addition & 1 deletion querystringsafe_base64.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from base64 import urlsafe_b64encode, urlsafe_b64decode

__version__ = '0.1.4'
__version__ = '0.1.5'


def encode(to_encode):
Expand Down

0 comments on commit b7b7711

Please sign in to comment.