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

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

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