Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
* Check full tagname when parsing xml (#60)
* Fix issue with cartridge_icon parsing from xml (#58)
* Add icon to tool config xml (#57)
* Handling Non-Standard LTI Params (#55)
* tool_provider: Fix doc for post_read_result (#53)
  • Loading branch information
ryanhiebert authored Jun 20, 2018
1 parent ace3dc5 commit 866f97a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.9.3 (2018-06-20)
++++++++++++++++++

* Check full tagname when parsing xml (#60)
* Fix issue with cartridge_icon parsing from xml (#58)
* Add icon to tool config xml (#57)
* Handling Non-Standard LTI Params (#55)
* tool_provider: Fix doc for post_read_result (#53)

0.9.2 (2017-06-15)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='lti',
version='0.9.2',
version='0.9.3',
description='A python library for building and/or consuming LTI apps',
long_description=open('README.rst', 'rb').read().decode('utf-8'),
maintainer='Ryan Hiebert',
Expand Down

0 comments on commit 866f97a

Please sign in to comment.