Skip to content

Commit bf4c108

Browse files
committed
Release 0.4.1
1 parent b0b9e7c commit bf4c108

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
Unreleased (to be updated...)
5-
-----------------------------
4+
0.4.1 (2023-03-17)
5+
------------------
66

77
* Added the **unittest_expander.__version__** global constant.
88

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = unittest_expander
3-
version = 0.4.1rc2
3+
version = 0.4.1
44
description = Easy and flexible unit test parametrization
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

unittest_expander.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@
26872687
'Substitute',
26882688
)
26892689

2690-
__version__ = '0.4.1rc2'
2690+
__version__ = '0.4.1'
26912691

26922692

26932693
_CLASS_TYPES = (type,) if _PY3 else (type, types.ClassType)

0 commit comments

Comments
 (0)