summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',