diff options
author | 2020-04-01 16:38:50 -0700 | |
---|---|---|
committer | 2020-04-01 16:38:50 -0700 | |
commit | 968f14f9d46a60ced223b173338594cf7298bd3e (patch) | |
tree | 46389e3d78d82af8c76b3b5973d5733e3373a63e /Docs/source/conf.py | |
parent | bc5553db2a0a44cc0dfd2b8323c81b38be025332 (diff) | |
download | WarpX-968f14f9d46a60ced223b173338594cf7298bd3e.tar.gz WarpX-968f14f9d46a60ced223b173338594cf7298bd3e.tar.zst WarpX-968f14f9d46a60ced223b173338594cf7298bd3e.zip |
Update release number (#875)
* update release number
* add message to get list of PR merged since last release
* keep set -e
* Update Tools/update_release.sh
suggested by @ax3l
Diffstat (limited to 'Docs/source/conf.py')
-rw-r--r-- | Docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/conf.py b/Docs/source/conf.py index b521093ec..65f29d543 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -66,7 +66,7 @@ author = 'WarpX collaboration' # built documents. # # The short X.Y version. -version = '20.03' +version = '20.04' # The full version, including alpha/beta/rc tags. release = '' |