Skip to content

Commit 482d03a

Browse files
committed
bump version to v4.1.2& update release notes
1 parent e80d3b4 commit 482d03a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE_NOTES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ For more detailed information, please see the git log.
33

44
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55

6+
v4.1.2 (March 16th 2020)
7+
------------------------
8+
9+
bugfix release
10+
11+
- fix broken test for --review-pr by using different PR to test with (#3226)
12+
- censor authorization part of headers before logging ReST API request (#3248)
13+
614
v4.1.1 (January 16th 2020)
715
--------------------------
816

easybuild/tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4444
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4545
# This causes problems further up the dependency chain...
46-
VERSION = LooseVersion('4.1.1')
46+
VERSION = LooseVersion('4.1.2')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)