Skip to content

Commit

Permalink
Merge pull request #626 from TaykYoku/4.3.11_release_notes
Browse files Browse the repository at this point in the history
[4.3.11] release notes
  • Loading branch information
TaykYoku authored Feb 1, 2022
2 parents c7697aa + d97600c commit c1036c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[v4r3p11]

FIX: (#622) encoding before hashing (py3)

[v4r3p10]

FIX: (#612) Set Content-Type when returning JSON encoded responses
Expand Down
2 changes: 1 addition & 1 deletion src/WebAppDIRAC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
else:
majorVersion = 4
minorVersion = 3
patchLevel = 10
patchLevel = 11
preVersion = 0

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

0 comments on commit c1036c5

Please sign in to comment.