From 90094b37c9b9aa3b40738c0dab9e286e8f740bad Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Wed, 13 Oct 2021 01:04:10 +0200 Subject: [PATCH] REL: Version bump: 2.2.0 -> 2.3.0 --- CHANGELOG.rst | 8 ++++++++ README.rst | 2 +- nanoutils/__version__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd62be9..6cb3858 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `_. +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. diff --git a/README.rst b/README.rst index 1a8bdfc..f34daa6 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ ################ -Nano-Utils 2.2.0 +Nano-Utils 2.3.0 ################ Utility functions used throughout the various nlesc-nano repositories. diff --git a/nanoutils/__version__.py b/nanoutils/__version__.py index b66927e..fff80ed 100644 --- a/nanoutils/__version__.py +++ b/nanoutils/__version__.py @@ -1,3 +1,3 @@ """The **Nano-Utils** version.""" -__version__ = '2.2.0' +__version__ = '2.3.0'