Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paularnaud2 committed Jan 3, 2022
1 parent 040c25a commit 9d5a2a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def overwrite_cfg():

# Switching CWD to root
file_path = os.path.realpath(__file__)
print('file_path', file_path)
# print('file_path', file_path)
if file_path[-4] == '.pyc':
ncwd = dirname(dirname(file_path))
if os.getcwd() != ncwd:
Expand Down
3 changes: 2 additions & 1 deletion partools/changelog.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VERSION = '2.0.2' # fixed cfi/mail bug
VERSION = '2.0.3' # CWD switching when .exe launch
# VERSION = '2.0.2' # fixed cfi/mail bug
# VERSION = '2.0.1' # cfi - inverted args
# VERSION = '2.0.0' # cfi - encypted fields handling
# VERSION = '1.0.9' # more robust init_mail
Expand Down

0 comments on commit 9d5a2a6

Please sign in to comment.