[pypy-commit] pypy unicode-utf8: merge default into branch

mattip pypy.commits at gmail.com
Tue Jan 1 08:31:21 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: unicode-utf8
Changeset: r95550:057b4ea99850
Date: 2019-01-01 10:35 +0200
http://bitbucket.org/pypy/pypy/changeset/057b4ea99850/

Log:	merge default into branch

diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -30,7 +30,7 @@
     DEALINGS IN THE SOFTWARE.
 
 
-PyPy Copyright holders 2003-2018
+PyPy Copyright holders 2003-2019
 --------------------------------
 
 Except when otherwise stated (look for LICENSE files or information at
diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
--- a/pypy/doc/conf.py
+++ b/pypy/doc/conf.py
@@ -59,7 +59,7 @@
 
 # General information about the project.
 project = u'PyPy'
-copyright = u'2018, The PyPy Project'
+copyright = u'2019, The PyPy Project'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the


More information about the pypy-commit mailing list