Browse Source

pin to version 1.1.0

Bastien Sevajol 6 years ago
parent
commit
3569b308ae
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tracim/setup.py
  2. 1 1
      tracim/tracim/lib/app_globals.py

+ 1 - 1
tracim/setup.py View File

@@ -46,7 +46,7 @@ install_requires = [
46 46
 
47 47
 setup(
48 48
     name='tracim',
49
-    version='1.0.5',
49
+    version='1.1.0',
50 50
     description=(
51 51
         'Tracim is a plateform software designed to improve '
52 52
         'traceability and productivity in collaborative work.'

+ 1 - 1
tracim/tracim/lib/app_globals.py View File

@@ -22,7 +22,7 @@ class Globals(object):
22 22
         """Do nothing, by default."""
23 23
         pass
24 24
 
25
-    VERSION_NUMBER = '1.0.5'
25
+    VERSION_NUMBER = '1.1.0'
26 26
     SHORT_DATE_FORMAT = l_('%B %d at %I:%M%p')
27 27
 
28 28