Skip to content

Commit 2cf9b0b

Browse files
committed
v2.7.1
1 parent 07a8588 commit 2cf9b0b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ Bug Fixes
3636
---------
3737

3838
- Fixed an error in the `Spergel` stepk calculation. (#1324, #1325)
39+
40+
41+
Changes from v2.7.0 to v2.7.1
42+
-----------------------------
43+
44+
- Fixed an error in PhotonDCR use of zenith_angle if sky_pos is also given. (#1330)

galsim/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# this list of conditions, and the disclaimer given in the documentation
1616
# and/or other materials provided with the distribution.
1717
#
18-
__version__ = '2.7.0'
18+
__version__ = '2.7.1'
1919
__version_info__ = tuple(map(lambda x:int(x.split('-')[0]), __version__.split('.')))[:3]

0 commit comments

Comments
 (0)