Skip to content

Commit 2dc03f2

Browse files
committed
Version 5.2.1
1 parent 471d1df commit 2dc03f2

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGELOG.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
v5.2.1 (Unreleased)
4+
v5.2.1
55
~~~~~~
66

77
Changes:
@@ -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

1820
v5.2.0
1921
~~~~~~

PKG-INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Metadata-Version: 1.2
22
Name: owlrl
3-
Version: 5.2.0
3+
Version: 5.2.1
44
Summary: OWL-RL and RDFS based RDF Closure inferencing
55
Home-page: https://github.com/RDFLib/OWL-RL/
66
Author: Ivan Herman
77
Author-email: [email protected]
88
Maintainer: Nicholas Car
99
Maintainer-email: [email protected]
1010
License: 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
1212
Description: |Original Author DOI|
1313

1414
.. |Original Author DOI| image:: https://zenodo.org/badge/9385/RDFLib/OWL-RL.svg

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '5.2.0'
29+
release = '5.2.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

owlrl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
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, [email protected]'
164164
__license__ = 'W3C® SOFTWARE NOTICE AND LICENSE, http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231'

setup.py.old

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22
setup(name="RDFClosure",
33
description="RDFClosure Library",
4-
version="5.2.0",
4+
version="5.2.1",
55
author="Ivan Herman",
66
author_email="[email protected]",
77
maintainer="Ivan Herman",

0 commit comments

Comments
 (0)