Skip to content

Commit 952f327

Browse files
author
Nathan Stocks
committed
Bump for 3.1.4
1 parent fd643cd commit 952f327

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
# Version 3.1.4
2+
#### 7 May 2020
3+
4+
- Fix class/module teardowns being ignored. They are now reported as errors as they should be. Resolves #223.
5+
- Fix dates in this changelog--I was still using last year! 😆
6+
17
# Version 3.1.3
2-
#### 5 May 2019
8+
#### 5 May 2020
39

410
- Fix crash that could occur when whitespace is in the path on Windows.
511
Contributed by @bkmd11 in #222.
612

713
# Version 3.1.2
8-
#### 4 May 2019
14+
#### 4 May 2020
915

1016
- Fix a crash that could occur during cleanup on unusual filesystems on
1117
Python 2. Note that Python 2 is still not supported...but might as well fix
1218
stuff if it is easy to fix. :-) Resolves #221.
1319

1420
# Version 3.1.1
15-
#### 22 April 2019
21+
#### 22 April 2020
1622

1723
- Fixed a hang that sometimes occurs in Python 3.8.0-3.8.2 due to a bug in upstream Python
1824
- Upstream bug report: https://bugs.python.org/issue39360
@@ -21,7 +27,7 @@
2127
- Fixed behavior of raising SkipTest in a setUpClass class method on Python >= 3.8
2228

2329
# Version 3.1.0
24-
#### 3 Jan 2019
30+
#### 3 Jan 2020
2531

2632
- You can now financially support Green by sponsoring @CleanCut at
2733
https://github.com/sponsors/CleanCut

green/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.3
1+
3.1.4

0 commit comments

Comments
 (0)