From bd862a9630b02914d4defdeb36314eeea00a62bf Mon Sep 17 00:00:00 2001 From: Edmond Chuc Date: Mon, 18 Mar 2024 17:28:54 +1000 Subject: [PATCH] chore: prepare for 3.1.2 release --- README.rst | 1 + pylode/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 43d4e5d..e1c2450 100644 --- a/README.rst +++ b/README.rst @@ -284,6 +284,7 @@ Release Schedule :header: "Version", "Date", "Description" :widths: 15, 10, 30 + **3.1.2** **18 March 2024**, "Relax httpx version constraint" **3.1.1** **19 February 2024**, "Fix release" **3.1.0**, **19 February 2024**, "Add supermodel mode - supports documenting profiles and modules" **3.0.5**, **27 April 2023**, "Minor patching" diff --git a/pylode/version.py b/pylode/version.py index d539d50..911557b 100644 --- a/pylode/version.py +++ b/pylode/version.py @@ -1 +1 @@ -__version__ = "3.1.1" +__version__ = "3.1.2" diff --git a/pyproject.toml b/pyproject.toml index 038a1db..9b11fe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylode" -version = "3.1.1a" +version = "3.1.2a" description = "An OWL ontology documentation tool using Python, based on LODE." authors = ["Nicholas Car "] readme = "README.rst"