Skip to content

Commit 7922f23

Browse files
authored
Merge pull request #210 from RDFLib/feat/supermodel
Fix 3.1.0 release
2 parents 36d663b + 6a711f5 commit 7922f23

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.rst

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

287-
**3.1.0**, **16 February 2024**, "Add supermodel mode - supports documenting profiles and modules"
287+
**3.1.1** **19 February 2024**, "Fix release"
288+
**3.1.0**, **19 February 2024**, "Add supermodel mode - supports documenting profiles and modules"
288289
**3.0.5**, **27 April 2023**, "Minor patching"
289290
3.0.4, 24 May 2022, "Use of Poetry"
290291
3.0.2, 24 May 2022, "Support for preformatted skos:example literals"

pylode/version.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
import pkg_resources
2-
3-
version = pkg_resources.get_distribution("pylode").version
4-
__version__ = version
1+
__version__ = "3.1.1"

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