Skip to content

Commit

Permalink
Merge pull request #536 from TaykYoku/integration
Browse files Browse the repository at this point in the history
[v4r3-pre16] release, notes
  • Loading branch information
TaykYoku authored Aug 25, 2021
2 parents e3caea2 + 1efdc9c commit 12206f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion release.notes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[v4r3-pre15]
[v4r3-pre16]

FIX: (#535) Use lists instead of tuples in VMDiracHandler
NEW: (#514) use default menu for fresh WebApp installation
FIX: (#515) align VMDIRAC with ext6
NEW: (#501) add VMDIRAC application
Expand Down
2 changes: 1 addition & 1 deletion src/WebAppDIRAC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
majorVersion = 4
minorVersion = 3
patchLevel = 0
preVersion = 15
preVersion = 16

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

0 comments on commit 12206f7

Please sign in to comment.