Skip to content

Commit

Permalink
Merge pull request #552 from 4dn-dcic/portal-reindex-page
Browse files Browse the repository at this point in the history
New foursight-core version 5.1.0 (with redeploy/reindex pages).
  • Loading branch information
dmichaels-harvard authored Nov 28, 2023
2 parents 9a562fb + 20a5147 commit 5ede87c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ foursight
Change Log
----------

4.1.0
=====

* New Portal Reindex page; foursight-core 5.1.0.
* Update poetry to 1.4.2.

4.0.3
=====

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clear-poetry-cache: # clear poetry/pypi cache. for user to do explicitly, never
poetry cache clear pypi --all

configure: # does any pre-requisite installs
pip install poetry==1.3.2
pip install poetry==1.4.2

build: # builds
make configure
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "foursight"
version = "4.0.3"
version = "4.1.0"
description = "Serverless Chalice Application for Monitoring"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand All @@ -27,7 +27,7 @@ pytz = "^2020.1"
tibanna-ff = "^3.1.1"
## adding foursight-core
# use below for deployment
foursight-core = "^5.0.0"
foursight-core = "^5.1.0"
# use below for tests but not for deployment
# foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="master" }
# Need pytest-redis 3.0.2 or higher for pytest 7.4.2 (or higher).
Expand Down

0 comments on commit 5ede87c

Please sign in to comment.