Skip to content

Commit

Permalink
set version number 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgull committed Oct 10, 2012
1 parent e4029f6 commit 05ca4e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2012/10/10
RELEASE 3.2.3

Almost identical to 3.2.2
A stupid bug snuck into 3.2.2, and querying graphs were broken.

* Fixes broken querying
https://github.com/RDFLib/rdflib/issues/234
* graph.transitiveClosure now works with loops
https://github.com/RDFLib/rdflib/issues/206

2012/09/25
RELEASE 3.2.2

Expand Down
4 changes: 2 additions & 2 deletions rdflib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
__docformat__ = "restructuredtext en"

# The format of the __version__ line is matched by a regex in setup.py
__version__ = "3.4.0-dev"
__date__ = "2012/09/25"
__version__ = "3.2.3"
__date__ = "2012/10/10"

__all__ = [
'URIRef',
Expand Down

0 comments on commit 05ca4e7

Please sign in to comment.