Explorar el Código

increment version number to 1.0.4

Damien Accorsi hace 6 años
padre
commit
444a2d1521
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/tracim/lib/app_globals.py

+ 1 - 1
tracim/tracim/lib/app_globals.py Ver fichero

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