File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11Changelog
22---------
33
4- v5.2.1 (Unreleased)
4+ v5.2.1
55~~~~~~
66
77Changes:
@@ -10,10 +10,12 @@ Changes:
1010
1111* Removed the .py extension from the files in the scripts directory
1212
13- * Added a short procedure at the top of the owlrl script that removes the script's directory from the sys.path and adds the correct directory
14-
1513* Same change as above but for the RDFConvertService script
1614
15+ * Fix Qualified Max Cardinality 0 Bug
16+
17+ * Fix output printing of owlrl commandline script
18+
1719
1820v5.2.0
1921~~~~~~
Original file line number Diff line number Diff line change 11Metadata-Version: 1.2
22Name: owlrl
3- Version: 5.2.0
3+ Version: 5.2.1
44Summary: OWL-RL and RDFS based RDF Closure inferencing
55Home-page: https://github.com/RDFLib/OWL-RL/
66Author: Ivan Herman
77Author-email: ivan@ivan-herman.net
88Maintainer: Nicholas Car
99Maintainer-email: nicholas.car@csiro.au
1010License: LICENSE.txt
11- Download-URL: https://github.com/RDFLib/OWL-RL/archive/v5.2.0 .tar.gz
11+ Download-URL: https://github.com/RDFLib/OWL-RL/archive/v5.2.1 .tar.gz
1212Description: |Original Author DOI|
1313
1414 .. |Original Author DOI| image:: https://zenodo.org/badge/9385/RDFLib/OWL-RL.svg
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ''
2828# The full version, including alpha/beta/rc tags
29- release = '5.2.0 '
29+ release = '5.2.1 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 158158"""
159159
160160# Examples: LangString is disjoint from String
161- __version__ = '5.2.0 '
161+ __version__ = '5.2.1 '
162162__author__ = 'Ivan Herman'
163163__contact__ = 'Ivan Herman, ivan@w3.org'
164164__license__ = 'W3C® SOFTWARE NOTICE AND LICENSE, http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231'
Original file line number Diff line number Diff line change 11from distutils.core import setup
22setup(name="RDFClosure",
33 description="RDFClosure Library",
4- version="5.2.0 ",
4+ version="5.2.1 ",
55 author="Ivan Herman",
66 author_email="ivan@ivan-herman.net",
77 maintainer="Ivan Herman",
You can’t perform that action at this time.
0 commit comments