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.0 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored May 14, 2021
1 parent 7842069 commit e6d6133
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.0](https://github.com/IllumiDesk/illumidesk/compare/v3.1.0...v3.2.0) (2021-05-14)

### Bug Fixes

* Add try/except blocks to setup course hook ([#570](https://github.com/IllumiDesk/illumidesk/issues/570)) ([7842069](https://github.com/IllumiDesk/illumidesk/commit/7842069d349792944b549a952b2e468cd86cd9ef))

## 3.1.0 (2021-05-02)

### Features
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.1.0",
"version": "3.2.0",
"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 @@ -4,7 +4,7 @@
# within the repo's root package.json
version_info = (
3,
1,
2,
0,
)
__version__ = ".".join(map(str, version_info[:3]))
Expand Down
1 change: 0 additions & 1 deletion src/illumidesk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ WORKDIR /srv/jupyterhub/

# This config is overwitten with k8s setup
COPY jupyterhub_config.py /srv/jupyterhub/
COPY wait-for-postgres.sh /srv/jupyterhub/
RUN chmod +rx wait-for-postgres.sh

RUN curl -O https://raw.githubusercontent.com/IllumiDesk/illumidesk-containers/main/jupyterhub/wait-for-postgres.sh \
Expand Down
2 changes: 1 addition & 1 deletion src/illumidesk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# within the repo's root package.json
version_info = (
3,
1,
2,
0,
)
__version__ = ".".join(map(str, version_info[:3]))
Expand Down

0 comments on commit e6d6133

Please sign in to comment.