File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 0.8.4 (2016-11-01)
7+ ++++++++++++++++++
8+ - Fix issue where AMP images could be lists inside an object
9+
6100.8.3 (2016-10-21)
711++++++++++++++++++
812- Fix issue where some keys returned (i.e. description) would not be retrieved if the key existed with an empty value already
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '0.8.3 '
56+ version = '0.8.4 '
5757# The full version, including alpha/beta/rc tags.
58- release = '0.8.3 '
58+ release = '0.8.4 '
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.3 '
17+ __version__ = '0.8.4 '
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.3 '
11+ __version__ = '0.8.4 '
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