Skip to content

Commit 896c383

Browse files
author
Tyler Nienhouse
committed
[RELEASE] v0.3.0
1 parent 1815d20 commit 896c383

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic
77
Versioning](http://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
10+
11+
## [v0.3.0] - 2019-06-17
1012
### Added
1113
- This ChangeLog!
1214
- Example code

learnosity_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.1pre'
1+
__version__ = 'v0.3.0'

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
certifi==2017.11.5
1+
certifi==2019.3.9
22
chardet==3.0.4
3-
idna==2.6
4-
requests==2.21.0
5-
urllib3==1.24.3
3+
idna==2.8
4+
requests==2.22.0
5+
urllib3==1.25.3

0 commit comments

Comments
 (0)