Skip to content

Commit

Permalink
v2024.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Jul 11, 2024
1 parent 0519caf commit e2bf44d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Version schema is `year.month.num_release`

## [Unreleased]

## [2024.7.0] 2024 July 11

### Added

- CSV file (link under the graph) now includes reference magnitude and error, thanks @GaneevRizvan for their first contribution https://github.com/snad-space/ztf-viewer/pull/401
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ ARG GITHUB_SHA
RUN if [ -z ${GITHUB_SHA+x} ]; then echo "$GITHUB_SHA is not set"; else echo "github_sha = \"${GITHUB_SHA}\"" >> /app/ztf_viewer/_version.py; fi
RUN pip install /app

ENTRYPOINT ["gunicorn", "-w4", "-t300", "-b0.0.0.0:80", "ztf_viewer.__main__:server()"]
ENTRYPOINT ["gunicorn", "-w2", "-t300", "-b0.0.0.0:80", "ztf_viewer.__main__:server()"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ztf_viewer"
version = "2024.1.0"
version = "2024.7.0"
authors = [
{email = "[email protected]"},
{name = "Konstantin Malanchev"}
Expand Down

0 comments on commit e2bf44d

Please sign in to comment.