Skip to content

Commit 845ce09

Browse files
committed
Issue 27
1 parent ce3f285 commit 845ce09

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ DOI: 10.5281/zenodo.2597200
4040

4141
## What's new.
4242

43+
+ 09 Dec 2024 version 3.2.3<br>
44+
Issue 27: Remove invalid escape sequences from docstrings.
45+
4346
+ 05 Nov 2024 version 3.2.2<br>
44-
Adapt to numpy-2 and pertaining Scipy, Astropy and MatplotLib
47+
Issue 24: Adapt to numpy-2 and pertaining Scipy, Astropy and MatplotLib
4548

4649
+ 27 March 2024 version 3.2.1<br>
4750
A lot of fairly small stuff.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
__version__ = '3.2.2'
3+
__version__ = '3.2.3'
44

55
with open("README.md", "r") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)