Skip to content

Commit

Permalink
Issue 27
Browse files Browse the repository at this point in the history
  • Loading branch information
dokester committed Dec 9, 2024
1 parent ce3f285 commit 845ce09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ DOI: 10.5281/zenodo.2597200

## What's new.

+ 09 Dec 2024 version 3.2.3<br>
Issue 27: Remove invalid escape sequences from docstrings.

+ 05 Nov 2024 version 3.2.2<br>
Adapt to numpy-2 and pertaining Scipy, Astropy and MatplotLib
Issue 24: Adapt to numpy-2 and pertaining Scipy, Astropy and MatplotLib

+ 27 March 2024 version 3.2.1<br>
A lot of fairly small stuff.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '3.2.2'
__version__ = '3.2.3'

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

0 comments on commit 845ce09

Please sign in to comment.