Skip to content

Commit

Permalink
Merge pull request #30 from RDFLib/duv-error
Browse files Browse the repository at this point in the history
The 'duv' URI in the initial context was wrong.
  • Loading branch information
iherman authored May 10, 2019
2 parents 18b5842 + 89f8d6f commit 1562b3f
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/lib/pyRdfa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
@var uri_schemes: List of registered (or widely used) URI schemes; used for warnings...
"""

__version__ = "3.5.2"
__version__ = "3.5.3"
__author__ = 'Ivan Herman'
__contact__ = 'Ivan Herman, [email protected]'
__license__ = 'W3C® SOFTWARE NOTICE AND LICENSE, http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231'
Expand Down
2 changes: 1 addition & 1 deletion build/lib/pyRdfa/initialcontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Wrapper :
'csvw' : 'http://www.w3.org/ns/csvw#',
'dcat' : 'http://www.w3.org/ns/dcat#',
'dqv' : 'http://www.w3.org/ns/dqv#',
'duv' : 'https://www.w3.org/TR/vocab-duv#',
'duv' : 'https://www.w3.org/ns/duv#',
'qb' : 'http://purl.org/linked-data/cube#',
'org' : 'http://www.w3.org/ns/org#',
'owl' : 'http://www.w3.org/2002/07/owl#',
Expand Down
Binary file removed dist/pyRdfa3-3.5.1.tar.gz
Binary file not shown.
Binary file modified dist/pyRdfa3-3.5.2-py3-none-any.whl
Binary file not shown.
Binary file modified dist/pyRdfa3-3.5.2.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/pyRdfa3-3.5.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyRdfa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
@var uri_schemes: List of registered (or widely used) URI schemes; used for warnings...
"""

__version__ = "3.5.2"
__version__ = "3.5.3"
__author__ = 'Ivan Herman'
__contact__ = 'Ivan Herman, [email protected]'
__license__ = 'W3C® SOFTWARE NOTICE AND LICENSE, http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231'
Expand Down
2 changes: 1 addition & 1 deletion pyRdfa/initialcontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Wrapper :
'csvw' : 'http://www.w3.org/ns/csvw#',
'dcat' : 'http://www.w3.org/ns/dcat#',
'dqv' : 'http://www.w3.org/ns/dqv#',
'duv' : 'https://www.w3.org/TR/vocab-duv#',
'duv' : 'https://www.w3.org/ns/duv#',
'qb' : 'http://purl.org/linked-data/cube#',
'org' : 'http://www.w3.org/ns/org#',
'owl' : 'http://www.w3.org/2002/07/owl#',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(name="pyRdfa3",
description="pyRdfa Libray",
version="3.5.2",
version="3.5.3",
author="Ivan Herman",
author_email="[email protected]",
maintainer="Ivan Herman",
Expand Down

0 comments on commit 1562b3f

Please sign in to comment.