From 2fb94c8736687c7d85c2ccd25cd3d3f9391b1c65 Mon Sep 17 00:00:00 2001 From: Joern Hees Date: Sun, 29 Jan 2017 17:51:48 +0100 Subject: [PATCH] version 4.2.2 --- LICENSE | 2 +- rdflib/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index dd49b6ee7..38c0f03a0 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 61e1eba3d..5029f555a 100644 --- a/rdflib/__init__.py +++ b/rdflib/__init__.py @@ -45,8 +45,8 @@ __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',