Skip to content

Commit 0566b90

Browse files
committed
bump version and update changelog.
1 parent 170d8df commit 0566b90

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.1.0
5+
6+
- Add unicode support for comments and normalisation for names.
7+
48
1.0.7
59

610
- Fix import file issue where inline comments would be stripped. Thanks [mago960806](https://github.com/mago960806).

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '1.0'
64+
version = '1.1'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.0.7'
66+
release = '1.1.0'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

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.7"
8+
version = "1.1.0"
99

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

0 commit comments

Comments
 (0)