Skip to content

Commit

Permalink
Updated package versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-mony committed Feb 21, 2021
1 parent 4b4b248 commit a477f71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## v2.0.5 (2021/02/21)

Patch Update

- Fixed typos, missing commas in list of collections
- Fixed missing middle names
- Fixed critical bug causing crashes on clicking external nodes in the workflow graph.
## v2.0.4 (2021/01/09)

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.4',
version='2.0.5',
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.4",
"version": "2.0.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit a477f71

Please sign in to comment.