Skip to content

Commit

Permalink
Releases v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Aug 3, 2022
1 parent 2eca6a7 commit bed47f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.2] - 2022-08-03

### Changed
- Fixes compatibility with rdflib 6.2 (`bind` method signature change).
- Upgrades pyoxigraph requirement to 0.3.5 to make sure that bug fixes are also deployed when upgrading oxrdflib.


## [0.3.1] - 2022-04-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="oxrdflib",
version="0.3.1",
version="0.3.2",
description="rdflib stores based on pyoxigraph",
long_description=(pathlib.Path(__file__).parent / "README.md").read_text(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bed47f4

Please sign in to comment.