Skip to content

Commit 28d983f

Browse files
authored
Merge pull request #635 from MaxThevenet/release
WarpX 2020-01 release
2 parents bbf4ef1 + 716f9ca commit 28d983f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '19.10'
62+
version = '20.01'
6363
# The full version, including alpha/beta/rc tags.
6464
release = ''
6565

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WarpX v19.10 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.
1+
WarpX v20.01 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.
22

33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
package_data = {}
2121

2222
setup (name = 'pywarpx',
23-
version = '19.10',
23+
version = '20.01',
2424
packages = ['pywarpx'],
2525
package_dir = {'pywarpx':'pywarpx'},
2626
description = """Wrapper of WarpX""",

0 commit comments

Comments
 (0)