Browse Source

increment version number to 1.0.4

Damien Accorsi 6 years ago
parent
commit
444a2d1521
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/lib/app_globals.py

+ 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.3'
25
+    VERSION_NUMBER = '1.0.4'
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