Skip to content

Commit

Permalink
REL: Version bump: 2.2.0 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek committed Oct 16, 2021
1 parent 7a979ee commit 90094b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_.


2.3.0
*****
* Added ``UserMapping`` entry points for the IPython key completioner
and pretty printer.
* Added a decorator for applying the effect of ``warnings.filterwarnings``
to the decorated function.


2.2.0
*****
* Added a decorator for constructing positional-only signatures.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


################
Nano-Utils 2.2.0
Nano-Utils 2.3.0
################
Utility functions used throughout the various nlesc-nano repositories.

Expand Down
2 changes: 1 addition & 1 deletion nanoutils/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The **Nano-Utils** version."""

__version__ = '2.2.0'
__version__ = '2.3.0'

0 comments on commit 90094b3

Please sign in to comment.