Skip to content

Commit

Permalink
Prepare v0.6.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanpetrea committed Aug 10, 2018
1 parent 3b718bb commit db7c89d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
## Unrealeased changes
_Nothing yet_

## 0.6.2 (2018-08-10)
- Fixed a bug where a canceled subscription would not be billed if the plan was billed up to a date
later than the cancel date.
- Fixed Transaction return_url being quoted because of a new version of furl, which has also been
pinned to known working versions.

## 0.6.1 (2018-05-08)
Some of these changes that were considered to be possibly breaking were marked with **(WARNING)**.
- Subscription's meta field now defaults to an empty dict. **(WARNING)**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -62,7 +62,7 @@ def read(fname):

setup(
name="django-silver",
version='0.6.1',
version='0.6.2',
description=read('DESCRIPTION'),
long_description=read('README.rst'),
license='Apache 2.0',
Expand Down

0 comments on commit db7c89d

Please sign in to comment.