Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: Release 0.9.1 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Aug 25, 2020
1 parent d90e89d commit 4c66783
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.9.1 (2020-08-25)


### Bug Fixes

* Ensure the course directory exists before adding LTI 1.1 control file ([#300](https://github.com/IllumiDesk/illumidesk/issues/300)) ([d90e89d](https://github.com/IllumiDesk/illumidesk/commit/d90e89d4c763bacdafd76c709f2f4f4ed3a1e7cf))


## 0.9.0 (2020-08-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "illumidesk",
"version": "0.9.0",
"version": "0.9.1",
"description": "Teach and learning with web-based notebooks!",
"scripts": {
"release": "standard-version"
Expand Down
4 changes: 2 additions & 2 deletions src/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# within the repo's root package.json
version_info = (
0,
8,
3,
9,
1,
)
__version__ = ".".join(map(str, version_info[:3]))

Expand Down

0 comments on commit 4c66783

Please sign in to comment.