Skip to content

Commit

Permalink
[RELEASE] v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Nienhouse committed Aug 7, 2019
1 parent 092c4aa commit e660d79
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.3.1] - 2019-08-07
### Fixed
- Fixed an issue where the `DataApi` class's `results_iter` method would return no data
when receiving responses from Data API endpoints that set the "`data`" field of the
Expand Down
2 changes: 1 addition & 1 deletion learnosity_sdk/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v0.3.0'
__version__ = 'v0.3.1'
22 changes: 22 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
attrs==19.1.0
certifi==2019.3.9
chardet==3.0.4
cookies==2.2.1
coverage==4.5.4
filelock==3.0.12
idna==2.8
importlib-metadata==0.19
packaging==19.1
pkginfo==1.5.0.1
pluggy==0.12.0
py==1.8.0
pyparsing==2.4.2
pytest==2.9.2
pytest-cov==2.3.0
pytest-runner==2.9
requests==2.22.0
requests-toolbelt==0.9.1
responses==0.8.1
six==1.12.0
toml==0.10.0
tox==3.13.2
tqdm==4.32.2
twine==1.11.0
urllib3==1.25.3
virtualenv==16.7.2
zipp==0.5.2

0 comments on commit e660d79

Please sign in to comment.