File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6- 0.11.1 (2017-11-01)
6+ 0.11.2 (2017-11-01)
77++++++++++++++++++
88- Fix provider module once lassie is packaged.
99
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '0.11.1 '
56+ version = '0.11.2 '
5757# The full version, including alpha/beta/rc tags.
58- release = '0.11.1 '
58+ release = '0.11.2 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change 1414
1515"""
1616
17- __version__ = '0.11.1 '
17+ __version__ = '0.11.2 '
1818
1919from .api import fetch
2020from .core import Lassie
Original file line number Diff line number Diff line change 88except ImportError :
99 from distutils .core import setup
1010
11- __version__ = '0.11.1 '
11+ __version__ = '0.11.2 '
1212
1313if sys .argv [- 1 ] == 'publish' :
1414 os .system ('python setup.py sdist upload' )
You can’t perform that action at this time.
0 commit comments