File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ 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
+ 3.2.2
10
+ *****
11
+ * *placeholder *.
12
+
13
+
9
14
3.2.1
10
15
*****
11
16
* Increase the ``NDRepr.maxstring `` default to 800.
Original file line number Diff line number Diff line change 22
22
.. image :: https://img.shields.io/badge/python-3.10-blue.svg
23
23
:target: https://docs.python.org/3.10/
24
24
25
- ##################
26
- AssertionLib 3.2.1
27
- ##################
25
+ ############
26
+ AssertionLib
27
+ ############
28
28
A package for performing assertions and providing informative exception messages.
29
29
30
30
Original file line number Diff line number Diff line change 1
1
"""The AssertionLib version."""
2
2
3
- __version__ = '3.2.1 '
3
+ __version__ = '3.2.2 '
You can’t perform that action at this time.
0 commit comments