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

Commit

Permalink
chore: Release v3.2.2 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored May 17, 2021
1 parent 064ef3c commit 4562a25
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [3.2.2](https://github.com/IllumiDesk/illumidesk/compare/v3.2.1...v3.2.2) (2021-05-17)

## Chore

* Update Jupyterhub version ([#578](https://github.com/IllumiDesk/illumidesk/issues/578)) ([064ef3c](https://github.com/IllumiDesk/illumidesk/commit/064ef3c2fecda875dab6d9041f580bbcca1de30e))
* Remove extra requirements.in file from src/graderservice folder ([#579](https://github.com/IllumiDesk/illumidesk/issues/579)) ([064ef3c](https://github.com/IllumiDesk/illumidesk/commit/064ef3c2fecda875dab6d9041f580bbcca1de30e))

### [3.2.1](https://github.com/IllumiDesk/illumidesk/compare/v3.2.0...v3.2.1) (2021-05-15)

## Bug Fixes
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": "3.2.1",
"version": "3.2.2",
"description": "Teach and learning with web-based notebooks!",
"scripts": {
"release": "standard-version"
Expand Down
2 changes: 1 addition & 1 deletion src/graderservice/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version_info = (
3,
2,
1,
2,
)
__version__ = ".".join(map(str, version_info[:3]))

Expand Down
2 changes: 1 addition & 1 deletion src/illumidesk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version_info = (
3,
2,
1,
2,
)
__version__ = ".".join(map(str, version_info[:3]))

Expand Down

0 comments on commit 4562a25

Please sign in to comment.