Skip to content

Commit

Permalink
[RELEASE] v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Nienhouse committed Jan 8, 2020
1 parent 3fc1575 commit eaa8953
Show file tree
Hide file tree
Showing 2 changed files with 3 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.2] - 2020-01-08
### Fixed
- Removed the explicit dependency on `urllib3` as we do not use it directly.
- Updated testing commands and dependency declaration to remove deprecated uses
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.1'
__version__ = 'v0.3.2'

0 comments on commit eaa8953

Please sign in to comment.