Skip to content

Commit

Permalink
Version bump to 1.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
  • Loading branch information
rbarrois committed Jun 19, 2012
1 parent 15fdd4d commit c306987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factory/__init__.py
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = '1.1.2' # Remember to change in setup.py as well!
__version__ = '1.1.4' # Remember to change in setup.py as well!
__author__ = 'Raphaël Barrois <raphael.barrois@polytechnique.org>'

from base import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
from distutils import cmd

# Remember to change in factory/__init__.py as well!
VERSION = '1.1.3'
VERSION = '1.1.4'


class test(cmd.Command):
Expand Down

0 comments on commit c306987

Please sign in to comment.