Skip to content

Commit

Permalink
[info] Update version number and (c) date
Browse files Browse the repository at this point in the history
Also removes Python 2.7 from the PyPI classifiers list
since Python 2 has reached end of life.
  • Loading branch information
mpsonntag committed Jan 22, 2020
1 parent cb07873 commit 78d8cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __new__(meta, name, bases, clsdict):

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

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
5 changes: 2 additions & 3 deletions odml/info.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"VERSION": "1.4.3",
"VERSION": "1.4.4",
"FORMAT_VERSION": "1.1",
"AUTHOR": "Hagen Fritsch, Jan Grewe, Christian Kellner, Achilleas Koutsou, Michael Sonntag, Lyuba Zehl",
"COPYRIGHT": "(c) 2011-2019, German Neuroinformatics Node",
"COPYRIGHT": "(c) 2011-2020, German Neuroinformatics Node",
"CONTACT": "[email protected]",
"HOMEPAGE": "https://github.com/G-Node/python-odml",
"CLASSIFIERS": [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 78d8cc1

Please sign in to comment.