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.1 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored May 15, 2021
1 parent 09714cf commit 43fcde7
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.1](https://github.com/IllumiDesk/illumidesk/compare/v3.2.0...v3.2.1) (2021-05-15)

## Bug Fixes

* Fix docker build ([#575](https://github.com/IllumiDesk/illumidesk/issues/575)) ([986766c](https://github.com/IllumiDesk/illumidesk/commit/986766c46d094dfe7fb9885313a1961ce3616d02))
* Update wait-for-postgres.sh script permissions ([#576](https://github.com/IllumiDesk/illumidesk/issues/576)) ([09714cf](https://github.com/IllumiDesk/illumidesk/commit/09714cfd3585e4d22903be38f7d56a729f76921f))

## [3.2.0](https://github.com/IllumiDesk/illumidesk/compare/v3.1.0...v3.2.0) (2021-05-14)

### 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.0",
"version": "3.2.1",
"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,
0,
1,
)
__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,
0,
1,
)
__version__ = ".".join(map(str, version_info[:3]))

Expand Down

0 comments on commit 43fcde7

Please sign in to comment.