Skip to content

Commit

Permalink
Prepare 1.10.2 release (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose authored Feb 10, 2023
1 parent dee6b4b commit 35576ae
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
18 changes: 17 additions & 1 deletion bdsf/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,30 @@
"""

# Version number
__version__ = '1.10.1'
__version__ = '1.10.2'


# Changelog
def changelog():
"""
PyBDSF Changelog.
-----------------------------------------------------------------------
2023/02/10 - Version 1.10.2
2023/02/10 - Fix issues with numpy versions >= 1.24 (#193)
2022/11/28 - Switch to `manylinux2014` for building binary wheels (#191)
2022/11/23 - Fix ImportError in setuptools (#190)
2022/10/31 - Add binary wheels for Python 3.10 (#186)
2022/10/14 - Fix various documentation issues (#185)
2022/10/11 - Add logfilename option (#181)
2022/10/05 - Use len() instead of numpy.alen() (#180)
2022/02/14 - Version 1.10.1: Fix Numpy API incompatibility issue
2022/02/09 - Version 1.10.0
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '1.10'
# The full version, including alpha/beta/rc tags.
release = '1.10.1'
release = '1.10.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
15 changes: 15 additions & 0 deletions doc/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
What's New
**********

Version 1.10.2 (2023/02/10):
* Fix issues with numpy versions >= 1.24 (#193)

* Switch to `manylinux2014` for building binary wheels (#191)

* Fix ImportError in setuptools (#190)

* Add binary wheels for Python 3.10 (#186)

* Fix various documentation issues (#185)

* Add logfilename option (#181)

* Use len() instead of numpy.alen() (#180)

Version 1.10.1 (2022/02/14):
* Fix NumPy API compatibility issue

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def main():

setup(
name='bdsf',
version='1.10.1',
version='1.10.2',
author='David Rafferty',
author_email='[email protected]',
url='https://github.com/lofar-astron/PyBDSF',
Expand Down

0 comments on commit 35576ae

Please sign in to comment.