Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zuo committed Mar 18, 2023
1 parent cc94c0d commit ff1cebb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
@@ -1,8 +1,8 @@
Changes
=======

Unreleased (to be updated...)
-----------------------------
0.4.2 (2023-03-18)
------------------

* A minor interface usability fix: from now on, the **expand()**
decorator's attributes **global_name_pattern** and
Expand All @@ -11,7 +11,7 @@ Unreleased (to be updated...)
trying to get any of them without first setting it caused an
**AttributeError**).

* Documentation: several updates and minor fixes/improvements.
* Documentation: several updates, improvements and minor fixes.


0.4.1 (2023-03-17)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = unittest_expander
version = 0.4.2.dev2
version = 0.4.2
description = Easy and flexible unit test parametrization
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down
2 changes: 1 addition & 1 deletion unittest_expander.py
Expand Up @@ -2695,7 +2695,7 @@
'Substitute',
)

__version__ = '0.4.2.dev2'
__version__ = '0.4.2'


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

0 comments on commit ff1cebb

Please sign in to comment.