From ba5c17ec18a659dd934be203c2ffcda9d147968f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 29 Jan 2014 00:40:43 +0100 Subject: [PATCH] Version bump to 1.0.3 --- ChangeLog | 2 +- xworkflows/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a0b035..f2f690e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -1.0.3 (dev master) +1.0.3 (2014-01-29) ------------------ *Bugfix:* diff --git a/xworkflows/__init__.py b/xworkflows/__init__.py index 7a98c22..b98363f 100644 --- a/xworkflows/__init__.py +++ b/xworkflows/__init__.py @@ -2,7 +2,7 @@ # Copyright (c) 2011-2013 Raphaël Barrois # This code is distributed under the two-clause BSD License. -__version__ = '1.0.2' +__version__ = '1.0.3' __author__ = 'Raphaël Barrois ' from . import base