Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
* Remove duplicate launch params (pylti#49)
* Pass through params with empty values (pylti#47)
  • Loading branch information
ryanhiebert committed Jun 15, 2017
1 parent 797cfbf commit 41f5e28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.2 (2017-06-15)
++++++++++++++++++

* Pass through params with empty values (#47)

0.9.1 (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.1',
version='0.9.2',
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 41f5e28

Please sign in to comment.