Skip to content

Commit 54c799d

Browse files
Version 0.11.2
0.11.1 wasn't available
1 parent 180f272 commit 54c799d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
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.

lassie/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
"""
1616

17-
__version__ = '0.11.1'
17+
__version__ = '0.11.2'
1818

1919
from .api import fetch
2020
from .core import Lassie

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
__version__ = '0.11.1'
11+
__version__ = '0.11.2'
1212

1313
if sys.argv[-1] == 'publish':
1414
os.system('python setup.py sdist upload')

0 commit comments

Comments
 (0)