Skip to content

Commit

Permalink
7.1.1 post release (#2953)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar authored Oct 28, 2024
1 parent eef28e0 commit 03b2cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions docker/latest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This file is used for building a docker image of the latest rdflib release. It
# will be updated by dependabot when new releases are made.
rdflib==7.1.0
rdflib==7.1.1
html5rdf==1.2.0
# html5lib-modern is required to allow the Dockerfile to build on with pre-RDFLib-7.1.1 releases.
html5lib-modern==1.2.0
6 changes: 1 addition & 5 deletions docker/latest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
# pip-compile docker/latest/requirements.in
#
html5rdf==1.2
# via
# -r docker/latest/requirements.in
# rdflib
html5lib-modern==1.2
# via -r docker/latest/requirements.in
pyparsing==3.0.9
# via rdflib
rdflib==7.1.0
rdflib==7.1.1
# via -r docker/latest/requirements.in
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 = "7.1.1"
version = "7.1.2a0"
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

0 comments on commit 03b2cfe

Please sign in to comment.