Skip to content

Commit

Permalink
Prepare release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iTerminate committed Feb 1, 2022
1 parent 17a59b6 commit 39f1717
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "traveler-aps",
"version": "1.5.3",
"version": "1.5.4",
"private": true,
"scripts": {
"start": "node app"
},
"repository": {
"type": "git",
"url": "https://github.com/AdvancedPhotonSource/traveler.git",
"release": "APS-1.5.3"
"release": "APS-1.5.4"
},
"dependencies": {
"basic-auth": "1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions public/release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
APS 1.5.4
- Ability to archive previously released forms during form release. (@rfgunion)
- Resolve missing prefix from some views (@rfgunion)
- Add option for fetching travelers from API that were created from specific form id.
- Resolve issue with restoring a large db.

APS 1.5.3
- Update the traveler naigator to be collapsible to reveal the discrepancy log.

Expand Down
2 changes: 1 addition & 1 deletion tools/openapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import find_packages

setup(name='Traveler-API',
version='1.5.1.dev1',
version='1.5.4',
packages=find_packages(),
py_modules=["traveler_api_factory"],
install_requires=['python-dateutil',
Expand Down

0 comments on commit 39f1717

Please sign in to comment.