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',