Skip to content

Commit 543b934

Browse files
Version 0.8.5
1 parent 3f22994 commit 543b934

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

HISTORY.rst

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

6+
0.8.5 (2016-11-03)
7+
++++++++++++++++++
8+
- Handle AMP data that is contained in a list
9+
- Retrieve videos and thumbnails (as images) from AMP VideoObjects
10+
611
0.8.4 (2016-11-01)
712
++++++++++++++++++
813
- Fix issue where AMP images could be lists inside an object

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

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

0 commit comments

Comments
 (0)