Skip to content

Commit

Permalink
Merge pull request #45 from qresp-code-development/v2.0.4
Browse files Browse the repository at this point in the history
v2.0.4
  • Loading branch information
mgovoni-devel authored Jan 13, 2021
2 parents 0b343f0 + 4d006cc commit 7b72a23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v2.0.4 (2021/01/09)

Patch Update

- Fixed bug causing workflow graph to break on deleting nodes.
- Added new warnings when using start from scratch button to avoid accidental deletion of work.
## v2.0.3 (2020/11/27)

Patch Update
Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='qresp',
version='2.0.3',
version='2.0.4',
url='https://qresp.org/',
entry_points = {
'console_scripts': ['qresp=project.__main__:main'],
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qresp",
"version": "2.0.3",
"version": "2.0.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 7b72a23

Please sign in to comment.