Skip to content

Commit 3f81c2f

Browse files
committed
chore: prepare for 3.1.3 release
1 parent 8c89c7f commit 3f81c2f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,9 @@ Release Schedule
284284
:header: "Version", "Date", "Description"
285285
:widths: 15, 10, 30
286286

287-
**3.1.2** **18 March 2024**, "Relax httpx version constraint"
288-
**3.1.1** **19 February 2024**, "Fix release"
287+
**3.1.3**, **18 March 2024**, "Relax rdflib version constraint"
288+
**3.1.2**, **18 March 2024**, "Relax httpx version constraint"
289+
**3.1.1**, **19 February 2024**, "Fix release"
289290
**3.1.0**, **19 February 2024**, "Add supermodel mode - supports documenting profiles and modules"
290291
**3.0.5**, **27 April 2023**, "Minor patching"
291292
3.0.4, 24 May 2022, "Use of Poetry"

pylode/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.2"
1+
__version__ = "3.1.3"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pylode"
3-
version = "3.1.2a"
3+
version = "3.1.3a"
44
description = "An OWL ontology documentation tool using Python, based on LODE."
55
authors = ["Nicholas Car <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)