Skip to content

Commit

Permalink
Merge pull request #210 from RDFLib/feat/supermodel
Browse files Browse the repository at this point in the history
Fix 3.1.0 release
  • Loading branch information
edmondchuc authored Feb 19, 2024
2 parents 36d663b + 6a711f5 commit 7922f23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ Release Schedule
:header: "Version", "Date", "Description"
:widths: 15, 10, 30

**3.1.0**, **16 February 2024**, "Add supermodel mode - supports documenting profiles and modules"
**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"
3.0.2, 24 May 2022, "Support for preformatted skos:example literals"
Expand Down
5 changes: 1 addition & 4 deletions pylode/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
import pkg_resources

version = pkg_resources.get_distribution("pylode").version
__version__ = version
__version__ = "3.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylode"
version = "3.1.0a"
version = "3.1.1a"
description = "An OWL ontology documentation tool using Python, based on LODE."
authors = ["Nicholas Car <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 7922f23

Please sign in to comment.