Skip to content

Commit

Permalink
moving towards 3.2.1, updated changelog/contributes/licesen. fixes #194
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgull committed Apr 21, 2012
1 parent e613532 commit 2254af4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
@@ -1,3 +1,24 @@
2012/04/X
RELEASE 3.2.1

This is mainly a maintenance release.

Changes:
* New setuptools entry points for query processors and results

* Literals constructed from other literals copy datatype/lang
https://github.com/RDFLib/rdflib/issues/188
* Relative URIs are resolved incorrectly after redirects
https://github.com/RDFLib/rdflib/issues/130
* Illegal prefixes in turtle output
https://github.com/RDFLib/rdflib/issues/161
* Sleepcat store unstable prefixes
https://github.com/RDFLib/rdflib/issues/201
* Consistent toPyton() for all node objects
https://github.com/RDFLib/rdflib/issues/174
* Better random BNode ID in multi-thread environments
https://github.com/RDFLib/rdflib/issues/185

2012/01/19
RELEASE 3.2.0

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -9,6 +9,7 @@ Drew Perttula
Elias Torres
Gerhard Weis
Graham Higgins
Graham Klyne
Gunnar AAstrand Grimnes
Ivan Herman
Jeroen van der Ham
Expand Down
3 changes: 2 additions & 1 deletion LICENSE
@@ -1,6 +1,7 @@
LICENSE AGREEMENT FOR RDFLIB
------------------------------------------------
Copyright (c) 2002-2009, Daniel Krech, http://eikeon.com/
Copyright (c) 2002-2012, RDFLib Team
See CONTRIBUTORS and http://github.com/RDFLib/rdflib
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -67,7 +67,7 @@ def find_version(filename):
maintainer = "Daniel 'eikeon' Krech",
maintainer_email = "eikeon@eikeon.com",
url = "http://rdflib.net/",
license = "http://rdflib.net/latest/LICENSE",
license = "https://raw.github.com/RDFLib/rdflib/master/LICENSE",
platforms = ["any"],
classifiers = ["Programming Language :: Python",
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit 2254af4

Please sign in to comment.