summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Hees <dev@joernhees.de>2017-01-29 17:51:48 +0100
committerJoern Hees <dev@joernhees.de>2017-01-29 17:51:48 +0100
commit2fb94c8736687c7d85c2ccd25cd3d3f9391b1c65 (patch)
tree4d461d388e05f5ab78e1f0c0257bd000d590689e
parent39e58a453010999d628370de17f9aacae2feef2c (diff)
downloadrdflib-2fb94c8736687c7d85c2ccd25cd3d3f9391b1c65.tar.gz
version 4.2.24.2.2
-rw-r--r--LICENSE2
-rw-r--r--rdflib/__init__.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index dd49b6ee..38c0f03a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
LICENSE AGREEMENT FOR RDFLIB
------------------------------------------------
-Copyright (c) 2002-2015, RDFLib Team
+Copyright (c) 2002-2017, RDFLib Team
See CONTRIBUTORS and http://github.com/RDFLib/rdflib
All rights reserved.
diff --git a/rdflib/__init__.py b/rdflib/__init__.py
index 61e1eba3..5029f555 100644
--- a/rdflib/__init__.py
+++ b/rdflib/__init__.py
@@ -45,8 +45,8 @@ A tiny example:
__docformat__ = "restructuredtext en"
# The format of the __version__ line is matched by a regex in setup.py
-__version__ = "4.2.2-dev"
-__date__ = "2015/08/12"
+__version__ = "4.2.2"
+__date__ = "2017/01/29"
__all__ = [
'URIRef',