From c28f3cc29c3d78829ef44e9e7c9c498dc3b9da02 Mon Sep 17 00:00:00 2001 From: Chris Modjeska Date: Mon, 25 Nov 2013 08:56:02 -0500 Subject: [PATCH] 0.2.7 --- CHANGELOG.md | 4 ++++ django_clickbank/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dac7b9..6918fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # [Changelog](https://github.com/sureiya/django-clickbank/releases) +## [0.2.7](https://github.com/sureiya/django-clickbank/compare/0.2.6...0.2.7) + +* [f002636](https://github.com/sureiya/django-clickbank/commit/f002636) Added TEST_REBILL to available transaction types + ## [0.2.6](https://github.com/sureiya/django-clickbank/compare/0.2.5...0.2.6) * [2a9a521](https://github.com/sureiya/django-clickbank/commit/2a9a521) Fixed: Province field can have more than 2 characters diff --git a/django_clickbank/__init__.py b/django_clickbank/__init__.py index eec6261..4ecd8ce 100644 --- a/django_clickbank/__init__.py +++ b/django_clickbank/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.2.6' +__version__ = '0.2.7' __url__ = 'https://github.com/sureiya/django-clickbank' \ No newline at end of file