Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/latest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used for building a docker image of hte latest rdflib release. It
# will be updated by dependabot when new releases are made.
rdflib==6.3.1
rdflib==6.3.2
html5lib
2 changes: 1 addition & 1 deletion docker/latest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ isodate==0.6.1
# via rdflib
pyparsing==3.0.9
# via rdflib
rdflib==6.3.1
rdflib==6.3.2
# via -r docker/latest/requirements.in
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rdflib"
version = "6.3.2"
version = "6.4.0a0"
description = """RDFLib is a Python library for working with RDF, \
a simple yet powerful language for representing information."""
authors = ["Daniel 'eikeon' Krech <[email protected]>"]
Expand Down