From 8d3f260ab158ca1ca9834b3517b7ea1441cf1225 Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Thu, 2 Jul 2020 17:32:34 +0200 Subject: [PATCH] update release tag in all files on the repo (#1138) --- Docs/source/conf.py | 2 +- LICENSE.txt | 2 +- Python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/source/conf.py b/Docs/source/conf.py index 0cf29e00eff..a4129a3044c 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -66,7 +66,7 @@ # built documents. # # The short X.Y version. -version = '20.06' +version = '20.07' # The full version, including alpha/beta/rc tags. release = '' diff --git a/LICENSE.txt b/LICENSE.txt index 6387ddab9b4..6919ef67a97 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -WarpX v20.06 Copyright (c) 2018, The Regents of the University of California, through Lawrence Berkeley National Laboratory, and Lawrence Livermore National Security, LLC, for the operation of Lawrence Livermore National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. +WarpX v20.07 Copyright (c) 2018, The Regents of the University of California, through Lawrence Berkeley National Laboratory, and Lawrence Livermore National Security, LLC, for the operation of Lawrence Livermore National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/Python/setup.py b/Python/setup.py index 5b98d039567..993ba70d5c1 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -28,7 +28,7 @@ package_data = {} setup (name = 'pywarpx', - version = '20.06', + version = '20.07', packages = ['pywarpx'], package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""",