Skip to content

Commit 180f272

Browse files
Version 0.11.1
1 parent efb4b42 commit 180f272

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
History
44
-------
55

6+
0.11.1 (2017-11-01)
7+
++++++++++++++++++
8+
- Fix provider module once lassie is packaged.
9+
610
0.11.0 (2017-11-01)
711
++++++++++++++++++
812
- Add support for OEmbed providers (YouTube)

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.0'
56+
version = '0.11.1'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.11.0'
58+
release = '0.11.1'
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.0'
17+
__version__ = '0.11.1'
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.0'
11+
__version__ = '0.11.1'
1212

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

0 commit comments

Comments
 (0)