File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
6
6
This project adheres to `Semantic Versioning <http://semver.org/ >`_.
7
7
8
8
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
+
9
17
2.2.0
10
18
*****
11
19
* Added a decorator for constructing positional-only signatures.
Original file line number Diff line number Diff line change 22
22
23
23
24
24
################
25
- Nano-Utils 2.2 .0
25
+ Nano-Utils 2.3 .0
26
26
################
27
27
Utility functions used throughout the various nlesc-nano repositories.
28
28
Original file line number Diff line number Diff line change 1
1
"""The **Nano-Utils** version."""
2
2
3
- __version__ = '2.2 .0'
3
+ __version__ = '2.3 .0'
You can’t perform that action at this time.
0 commit comments