Skip to content

Commit 90094b3

Browse files
author
Bas van Beek
committed
REL: Version bump: 2.2.0 -> 2.3.0
1 parent 7a979ee commit 90094b3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66
This project adheres to `Semantic Versioning <http://semver.org/>`_.
77

88

9+
2.3.0
10+
*****
11+
* Added ``UserMapping`` entry points for the IPython key completioner
12+
and pretty printer.
13+
* Added a decorator for applying the effect of ``warnings.filterwarnings``
14+
to the decorated function.
15+
16+
917
2.2.0
1018
*****
1119
* Added a decorator for constructing positional-only signatures.

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
################
25-
Nano-Utils 2.2.0
25+
Nano-Utils 2.3.0
2626
################
2727
Utility functions used throughout the various nlesc-nano repositories.
2828

nanoutils/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The **Nano-Utils** version."""
22

3-
__version__ = '2.2.0'
3+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)