Skip to content

Commit

Permalink
prepare readme and changelog for 2.4.17 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Oct 25, 2024
1 parent f28a5a4 commit 595f5fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ To understand how to use PHOEBE, please consult the [tutorials, scripts and manu
CHANGELOG
----------

### 2.4.17

### 2.4.16

* Fix handling of floating-point precision near the aligned case that used to result in error from libphoebe. [#965]
Expand Down
2 changes: 1 addition & 1 deletion phoebe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

__version__ = '2.4.16'
__version__ = '2.4.17'

import os as _os
import sys as _sys
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

[project]
name = "phoebe"
version = "2.4.16"
version = "2.4.17"
description = "PHOEBE: modeling and analysis of eclipsing binary stars"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 595f5fb

Please sign in to comment.