From 87f8cc0cc0d2f48f489c81b8c93e8ab6de6cff26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 23 Jun 2014 11:11:13 +0200 Subject: Release v2.4.1 --- docs/changelog.rst | 9 +++++++++ factory/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 561ce18..7d77f7f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,15 @@ ChangeLog ========= +.. _v2.4.1: + +2.4.1 (2014-06-23) +------------------ + +*Bugfix:* + + - Fix overriding deeply inherited attributes (set in one factory, overridden in a subclass, used in a sub-sub-class). + .. _v2.4.0: 2.4.0 (2014-06-21) diff --git a/factory/__init__.py b/factory/__init__.py index 1f06fba..8fc8ef8 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '2.4.0' +__version__ = '2.4.1' __author__ = 'Raphaƫl Barrois ' -- cgit v1.2.3