Skip to content

Commit

Permalink
update version to v0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzz465 committed Mar 25, 2019
1 parent 3eddf1c commit b7510c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions db_template.json
@@ -1,6 +1,6 @@
{
"Version" : 0.52,
"message" : "preparing curses module to improve program.",
"Version" : 0.53,
"message" : "update version to 0.53",
"Megafauna" : 8.0,
"Therapy" : 7.0,
"Prepare Landing" : 18.0,
Expand Down
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -8,7 +8,7 @@
from core import downloader, Modmanager, RWmanager

currentdir = os.getcwd()
Version = 0.52 #dev
Version = 0.53 #dev

formatter = logging.Formatter('%(asctime)s [%(levelname)s] : %(message)s',"%H:%M:%S") #TODO change to more readable format.
log = logging.getLogger("RAMS")
Expand Down

0 comments on commit b7510c3

Please sign in to comment.