Skip to content

Commit

Permalink
Update pyproject and changelog for release of v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nkphysics committed Feb 16, 2023
1 parent 50bcbd5 commit 3e86ae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ autoNICER is a program that allows individuals wanting to work with data from th
- Fixed bug with an unexpected `Target: ` prompt appearing if OBJECT metadata cannot be found
- Fixed bug with auto-detection of barycenter correction parsing

### v1.2.5
- Fixed vulnerabilites with cryptography dep (CVE-2023-0286 and CVE-2023-23931)

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "autonicer"
version = "1.2.4"
version = "1.2.5"
description = "A program that retrieves NICER observational data sets and performs a default data reduction process on the NICER observational data"
authors = ["Tsar Bomba Nick <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3e86ae4

Please sign in to comment.