From 3f81c2f1b719de846394605371846e1f2aff63ee Mon Sep 17 00:00:00 2001 From: Edmond Chuc Date: Mon, 18 Mar 2024 19:33:42 +1000 Subject: [PATCH] chore: prepare for 3.1.3 release --- README.rst | 5 +++-- pylode/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e1c2450..52078a0 100644 --- a/README.rst +++ b/README.rst @@ -284,8 +284,9 @@ 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.3**, **18 March 2024**, "Relax rdflib version constraint" + **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" 3.0.4, 24 May 2022, "Use of Poetry" diff --git a/pylode/version.py b/pylode/version.py index 911557b..f749372 100644 --- a/pylode/version.py +++ b/pylode/version.py @@ -1 +1 @@ -__version__ = "3.1.2" +__version__ = "3.1.3" diff --git a/pyproject.toml b/pyproject.toml index 53844ee..61f9527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylode" -version = "3.1.2a" +version = "3.1.3a" description = "An OWL ontology documentation tool using Python, based on LODE." authors = ["Nicholas Car "] readme = "README.rst"