Skip to content

Commit

Permalink
Merge pull request #554 from 4dn-dcic/minor-ui-fix-ingestion-page
Browse files Browse the repository at this point in the history
Minor UI fix ingestion page
  • Loading branch information
dmichaels-harvard authored Dec 14, 2023
2 parents 019baad + 8821e00 commit 879b1d9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 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.2
=====

* Minor UI fix to Ingestion page (foursight-core).

4.1.1
=====

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.1.1"
version = "4.1.2"
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.1.0"
foursight-core = "5.2.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 879b1d9

Please sign in to comment.