Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Apr 5, 2024
1 parent 3279d38 commit e49973e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ Changes from v2.5.1 to v2.5.2
=============================

- Added galsim.roman.max_sun_angle as a module-level named variable. (#1261)

Changes from v2.5.2 to v2.5.3
=============================

- Fixed an error in the CelestialWCS.radecToxy doc string. (#1275)
- Fixed a pandas deprecation. (#1278)
- Fixed some broken links in the installation docs. (#1279)
Expand Down
2 changes: 1 addition & 1 deletion galsim/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# this list of conditions, and the disclaimer given in the documentation
# and/or other materials provided with the distribution.
#
__version__ = '2.5.3'
__version__ = '2.5.2'
__version_info__ = tuple(map(lambda x:int(x.split('-')[0]), __version__.split('.')))[:3]

0 comments on commit e49973e

Please sign in to comment.