Skip to content

Commit

Permalink
Bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarshwah committed Sep 13, 2019
1 parent f57c54c commit 4ee137e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.0.1 (2019-09-13)

- SubscriptionState.choices is now sorted, so that the order is consistent between python versions,
and migrations are not generated by applications.

## v1.0.0 (2019-07-03)

- **Breaking Change** `suspended_timeout` now triggers for subscriptions in SUSPENDED state that are
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ readme = "README.md"
homepage = "http://github.com/kogan/"
repository = "http://github.com/kogan/django-subscriptions/"
documentation = "http://github.com/kogan/django-subscriptions/"
version = "1.0.0"
version = "1.0.1"
description = "A django package for managing subscription states"
license = "BSD-3-Clause"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/subscriptions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 4ee137e

Please sign in to comment.