Skip to content

Commit 78d8cc1

Browse files
committed
[info] Update version number and (c) date
Also removes Python 2.7 from the PyPI classifiers list since Python 2 has reached end of life.
1 parent cb07873 commit 78d8cc1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __new__(meta, name, bases, clsdict):
7575

7676
# General information about the project.
7777
project = u'python-odml'
78-
copyright = u'2011-2018, German Neuroinformatics Node (G-Node); based on work by Hagen Fritsch'
78+
copyright = u'2011-2020, German Neuroinformatics Node (G-Node); based on work by Hagen Fritsch'
7979

8080
# The version info for the project you're documenting, acts as replacement for
8181
# |version| and |release|, also used in various other places throughout the

odml/info.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"VERSION": "1.4.3",
2+
"VERSION": "1.4.4",
33
"FORMAT_VERSION": "1.1",
44
"AUTHOR": "Hagen Fritsch, Jan Grewe, Christian Kellner, Achilleas Koutsou, Michael Sonntag, Lyuba Zehl",
5-
"COPYRIGHT": "(c) 2011-2019, German Neuroinformatics Node",
5+
"COPYRIGHT": "(c) 2011-2020, German Neuroinformatics Node",
66
"CONTACT": "[email protected]",
77
"HOMEPAGE": "https://github.com/G-Node/python-odml",
88
"CLASSIFIERS": [
99
"Development Status :: 5 - Production/Stable",
1010
"Programming Language :: Python",
11-
"Programming Language :: Python :: 2.7",
1211
"Programming Language :: Python :: 3.5",
1312
"Programming Language :: Python :: 3.6",
1413
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)