diff --git a/HISTORY.rst b/HISTORY.rst index 8c869bd31f..7bb3d45f29 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,12 @@ History ------- -0.2.7 (2013-08-??) +0.2.7 (2013-08-24) +++++++++++++++++++ -* Add handy rest_framework permission class +* Add handy rest_framework permission class. +* Fixing attribution for django-stripe-payments. +* Add new status to Invoice model. 0.2.6 (2013-08-20) +++++++++++++++++++ diff --git a/djstripe/__init__.py b/djstripe/__init__.py index eb8b78a3a3..c94b2643b6 100644 --- a/djstripe/__init__.py +++ b/djstripe/__init__.py @@ -4,7 +4,7 @@ __summary__ = "Django + Stripe Made Easy" __uri__ = "https://github.com/pydanny/dj-stripe/" -__version__ = "0.2.6" +__version__ = "0.2.7" __author__ = "Daniel Greenfeld" __email__ = "pydanny@gmail.com"