summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2014-04-15 15:32:37 +0200
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2014-04-15 15:32:37 +0200
commit223bcf05f69a9413a62ba1a55e59187097ceb98d (patch)
treefa5c02d3e7e5f7379623d9bd7ac350dcfbfb94da
parentd5a02f2558efe74c1256e79ffd8fc4bf4b5146fd (diff)
downloadrdflib-4.1.2.tar.gz
released 4.2.14.1.2
-rw-r--r--CHANGELOG.md8
-rw-r--r--rdflib/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81fa995f..b7ac80c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+2014/04/15 RELEASE 4.1.2
+========================
+
+This is a bug-fix release.
+
+* Fixed unicode/str bug in py3 for rdfpipe
+ [#375](https://github.com/RDFLib/rdflib/issues/375)
+
2014/03/03 RELEASE 4.1.1
========================
diff --git a/rdflib/__init__.py b/rdflib/__init__.py
index d61082cf..35f71a58 100644
--- a/rdflib/__init__.py
+++ b/rdflib/__init__.py
@@ -30,7 +30,7 @@ A tiny example:
__docformat__ = "restructuredtext en"
# The format of the __version__ line is matched by a regex in setup.py
-__version__ = "4.2-dev"
+__version__ = "4.1.2"
__date__ = "2013/12/31"
__all__ = [