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

Commit

Permalink
chore: Release v0.7.3 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Jun 23, 2020
1 parent 7a435eb commit 951703c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.7.3 (2020-06-23)


### Features

* Clone and merge code located in remote git-based repositories with workspace launches ([#153](https://github.com/IllumiDesk/illumidesk/issues/153)) ([19eb3d7](https://github.com/IllumiDesk/illumidesk/commit/19eb3d7f82424bfdaf604c2ff8b681b148237d99))


### Bug Fixes

* Add defaults to demo_* env vars for FirstUse authenticator ([#143](https://github.com/IllumiDesk/illumidesk/issues/143)) ([e34395a](https://github.com/IllumiDesk/illumidesk/commit/e34395a143e2f16281b2fc5fd28d0e331a7c35ad))


### 0.7.2 (2020-06-15)


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

Expand Down

0 comments on commit 951703c

Please sign in to comment.