Skip to content

Commit e9b7db7

Browse files
committed
bump version and update change log.
1 parent 72f5046 commit e9b7db7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
1.0.7
5+
6+
- Fix import file issue where inline comments would be stripped. Thanks [mago960806](https://github.com/mago960806).
7+
48
1.0.6
59

610
- Add option to allow name duplication. Thanks [moonbuggy](https://github.com/moonbuggy).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from setuptools import setup
77
from setuptools.command.test import test as TestCommand
8-
version = "1.0.6"
8+
version = "1.0.7"
99

1010
if sys.argv[-1] == 'publish':
1111
os.system('python setup.py sdist upload -r pypi')

0 commit comments

Comments
 (0)