Skip to content

Commit

Permalink
Merge pull request #597 from TaykYoku/cherry-pick-2-e51e1ebf-rel-v4r3
Browse files Browse the repository at this point in the history
[v4r3] sweep: #595 release patch, notes
  • Loading branch information
TaykYoku authored Oct 27, 2021
2 parents 80e28c5 + a99c72a commit 38aa23f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

[v4r3p8]

FIX: (#593) provide correct routing regex
FIX: (#590) exclude a non-existent link for ReadMe
FIX: (#588) Re-enable labeler and fix configuration

[v4r3p7]

FIX: (#577) Correct pattern used for handler.PATH_RE to accept urls like web_t1sites
Expand Down Expand Up @@ -61,6 +68,10 @@ CHANGE: (#467) rename README.md to README.rst
FIX: (#466) fix selector of pilot stats
FIX: (#465) return empty result instead error for no host request

[v4r2p12]

NEW: (#585, #586) Add sweep, labeler and semantic CI configuration

[v4r2p11]

NEW: (#576) Add sweep, labeler and semantic CI configuration
Expand Down
2 changes: 1 addition & 1 deletion src/WebAppDIRAC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
else:
majorVersion = 4
minorVersion = 3
patchLevel = 7
patchLevel = 8
preVersion = 0

version = "v%sr%s" % (majorVersion, minorVersion)
Expand Down

0 comments on commit 38aa23f

Please sign in to comment.