Skip to content

Commit

Permalink
[DOC] update changelog and version to avoid pypi conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-linnane-lrn committed Aug 29, 2024
1 parent 6bbdb98 commit 6cfe64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.3.9] - 2024-08-29
### Added
- Added type hints
- Added more unit tests for daatapi.py

### Fixed
- fixed usage of deprecated iterritems to items

## Fixed
- Fixed quickstart tutorial when installed via pip

## [v0.3.8] - 2024-05-28
### Added
- Added a quickstart demo for Authoraide API.
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.8'
__version__ = 'v0.3.9'

0 comments on commit 6cfe64a

Please sign in to comment.