Skip to content

Commit

Permalink
minor update for issue creations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekultek committed Dec 3, 2019
1 parent ec98212 commit b4ddbaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pass

# version number <major>.<minor>.<commit>
VERSION = "1.9.2"
VERSION = "1.9.3"

# version string
VERSION_TYPE = "($dev)" if VERSION.count(".") > 1 else "($stable)"
Expand Down Expand Up @@ -110,6 +110,7 @@
# request token path
try:
TOKEN_PATH = "{}/content/files/auth.key".format(CUR_DIR)
open(TOKEN_PATH).close()
except IOError:
TOKEN_PATH = "{}/files/auth.key".format(HOME)

Expand Down

0 comments on commit b4ddbaf

Please sign in to comment.