Skip to content

Commit

Permalink
Merge pull request #487 from TaykYoku/v4r3-pre8
Browse files Browse the repository at this point in the history
[v4r3] notes
  • Loading branch information
TaykYoku authored Jun 29, 2021
2 parents 9576073 + f549244 commit 5966e1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion release.notes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[v4r3-pre7]
[v4r3-pre8]

NEW: (#484) Add PyPI deployment
NEW: (#484) Use a diracweb_packaging package to provide extjs
NEW: (#484) Make WebAppDIRAC update the symlinks in /opt/dirac/webRoot/resources each time it's launched
FIX: (#482) Mostly fixes bytes/str mix-ups in the code which are hard to spot without running it; optimization
NEW: (#482) add git Python 3 tests
FIX: (#481) Use a PEP-440 style version string if running with Python 3
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 = 7
preVersion = 8

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

0 comments on commit 5966e1c

Please sign in to comment.