From 63f649653fab272d43e6eaf611c25292c5c3a9ea Mon Sep 17 00:00:00 2001 From: David Winterbottom Date: Thu, 6 Dec 2012 13:44:32 +0000 Subject: [PATCH] Bump version to 0.4.1 --- CHANGELOG.rst | 5 +++++ oscar/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7d1143bee1f..576bee60b24 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +0.4.1 - 2012-12-06 +------------------ + +Nano-release to bump dependency versions. + 0.4 - 2012-10-19 ---------------- diff --git a/oscar/__init__.py b/oscar/__init__.py index 43f31a3cf7f..3cface7dce3 100644 --- a/oscar/__init__.py +++ b/oscar/__init__.py @@ -3,7 +3,7 @@ # Use 'final' as the 4th element to indicate # a full release -VERSION = (0, 4, 0, 'final') +VERSION = (0, 4, 1, 'final') def get_short_version():