Skip to content

Commit bd862a9

Browse files
committed
chore: prepare for 3.1.2 release
1 parent 054522f commit bd862a9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ Release Schedule
284284
:header: "Version", "Date", "Description"
285285
:widths: 15, 10, 30
286286

287+
**3.1.2** **18 March 2024**, "Relax httpx version constraint"
287288
**3.1.1** **19 February 2024**, "Fix release"
288289
**3.1.0**, **19 February 2024**, "Add supermodel mode - supports documenting profiles and modules"
289290
**3.0.5**, **27 April 2023**, "Minor patching"

pylode/version.py

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

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.1a"
3+
version = "3.1.2a"
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)