Skip to content

Commit cbf2c8b

Browse files
author
Bas van Beek
committed
REL: Bump Assertionlib version to 3.2.2
1 parent e3d8719 commit cbf2c8b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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+
3.2.2
10+
*****
11+
* *placeholder*.
12+
13+
914
3.2.1
1015
*****
1116
* Increase the ``NDRepr.maxstring`` default to 800.

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
.. image:: https://img.shields.io/badge/python-3.10-blue.svg
2323
:target: https://docs.python.org/3.10/
2424

25-
##################
26-
AssertionLib 3.2.1
27-
##################
25+
############
26+
AssertionLib
27+
############
2828
A package for performing assertions and providing informative exception messages.
2929

3030

assertionlib/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The AssertionLib version."""
22

3-
__version__ = '3.2.1'
3+
__version__ = '3.2.2'

0 commit comments

Comments
 (0)