File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.1.0
5+
6+ - Add unicode support for comments and normalisation for names.
7+
481.0.7
59
610- Fix import file issue where inline comments would be stripped. Thanks [ mago960806] ( https://github.com/mago960806 ) .
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 55
66from setuptools import setup
77from setuptools .command .test import test as TestCommand
8- version = "1.0.7 "
8+ version = "1.1.0 "
99
1010if sys .argv [- 1 ] == 'publish' :
1111 os .system ('python setup.py sdist upload -r pypi' )
You can’t perform that action at this time.
0 commit comments