We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f5046 commit e9b7db7Copy full SHA for e9b7db7
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+1.0.7
5
+
6
+- Fix import file issue where inline comments would be stripped. Thanks [mago960806](https://github.com/mago960806).
7
8
1.0.6
9
10
- Add option to allow name duplication. Thanks [moonbuggy](https://github.com/moonbuggy).
setup.py
@@ -5,7 +5,7 @@
from setuptools import setup
from setuptools.command.test import test as TestCommand
-version = "1.0.6"
+version = "1.0.7"
if sys.argv[-1] == 'publish':
11
os.system('python setup.py sdist upload -r pypi')
0 commit comments