File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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+
6110.8.4 (2016-11-01)
712++++++++++++++++++
813- Fix issue where AMP images could be lists inside an object
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1414
1515"""
1616
17- __version__ = '0.8.4 '
17+ __version__ = '0.8.5 '
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.8.4 '
11+ __version__ = '0.8.5 '
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