From c6182ccc61d2224275fb4af1f7807f91114e0bee Mon Sep 17 00:00:00 2001 From: Raphaël Barrois Date: Sun, 9 Dec 2012 01:59:00 +0100 Subject: Fix version numbering. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow, I forgot that I had release 1.2.0 :/ Signed-off-by: Raphaël Barrois --- docs/changelog.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/changelog.rst b/docs/changelog.rst index 8e8034a..c97f735 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,7 +21,7 @@ ChangeLog - Remove :meth:`~factory.Factory.set_building_function` / :meth:`~factory.Factory.set_creation_function` -1.2.0 (current) +1.3.0 (current) --------------- *New:* @@ -44,6 +44,13 @@ The following features have been deprecated and will be removed in an upcoming r - Implicit associated class discovery is no longer supported, you must set the :attr:`~factory.Factory.FACTORY_FOR` attribute on all :class:`~factory.Factory` subclasses +1.2.0 (09/08/2012) +------------------ + +*New:* + + - Add :class:`~factory.CircularSubFactory` to solve circular dependencies between factories + 1.1.5 (09/07/2012) ------------------ -- cgit v1.2.3