Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Apr 28, 2019
1 parent c57e206 commit a285146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
=======

2.0.1 (unreleased)
2.0.1 (2019-04-29)
------------------

This is a bugfix-only version:
Expand All @@ -13,7 +13,9 @@ This is a bugfix-only version:
At some point 2018 Stripe silently changed the ID used for test events and
``evt_00000000000000`` is not used anymore.
- Fixed OperationalError seen in migration 0003 on postgres (#850).
- Fixed issue with migration 0003 not being unapplied correctly (#882).
- Fixup missing ``SubscriptionItem.quantity`` on Plans with ``usage_type="metered"`` (#865).
- Fixed ``Plan.create()`` (#870).

2.0.0 (2019-03-01)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dj-stripe
version = 2.0.1.dev0
version = 2.0.1
description = Django + Stripe Made Easy
author = Alexander Kavanaugh
author_email = [email protected]
Expand Down

0 comments on commit a285146

Please sign in to comment.