Skip to content

Commit 169ed4e

Browse files
committed
readme adapted
1 parent 94962ec commit 169ed4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Bugs fixed:
2424

2525
What's new:
2626

27+
- pep8_comments option added
2728
- support for obfuscation of names starting with __ added
2829
- license changed from QQuickLicense to Apache 2.0
2930
- empty lines are removed

opy/opy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# =========== Initialize constants
3030

3131
programName = 'opy'
32-
programVersion = '1.1.23'
32+
programVersion = '1.1.24'
3333

3434
if __name__ == '__main__':
3535
print ('{} (TM) Configurable Multi Module Python Obfuscator Version {}'.format (programName.capitalize (), programVersion))

0 commit comments

Comments
 (0)