Skip to content

Commit

Permalink
feat: 4.3.11 release, notes
Browse files Browse the repository at this point in the history
  • Loading branch information
TaykYoku committed Feb 1, 2022
1 parent c7697aa commit d97600c
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 d97600c

Please sign in to comment.