From 25d249ac3698f083d483ef3fce83b921017a2668 Mon Sep 17 00:00:00 2001 From: Raphaël Barrois Date: Thu, 9 Aug 2012 02:20:00 +0200 Subject: Version bump. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- factory/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory/__init__.py b/factory/__init__.py index 789d88e..950a64d 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__ = '1.1.5' # Remember to change in setup.py as well! +__version__ = '1.2.0' __author__ = 'Raphaël Barrois ' from base import ( -- cgit v1.2.3