diff options
author | 2021-11-02 08:31:02 -0700 | |
---|---|---|
committer | 2021-11-02 08:31:02 -0700 | |
commit | 6d2d756feb3b3abc4834d8a062e6e601709f1107 (patch) | |
tree | 5ae0560444fcbea9d3cbc5192284fc0632c487a4 /Docs/source/conf.py | |
parent | 957262bb8d4227dea5655d4a736fa462931838be (diff) | |
download | WarpX-6d2d756feb3b3abc4834d8a062e6e601709f1107.tar.gz WarpX-6d2d756feb3b3abc4834d8a062e6e601709f1107.tar.zst WarpX-6d2d756feb3b3abc4834d8a062e6e601709f1107.zip |
Release 21.11 (#2518)
* Update: AMReX/PICSAR to 21.11
AMReX is a post 21.11 release, due to a needed bugfix in compGrad
with EB that landed 4hrs after release.
* WarpX: 21.11
Diffstat (limited to 'Docs/source/conf.py')
-rw-r--r-- | Docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/source/conf.py b/Docs/source/conf.py index 413d09796..a91dbb234 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -66,9 +66,9 @@ author = 'WarpX collaboration' # built documents. # # The short X.Y version. -version = u'21.10' +version = u'21.11' # The full version, including alpha/beta/rc tags. -release = u'21.10' +release = u'21.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |