Skip to content

Commit 9ae42e7

Browse files
author
Viktor Gal
committed
release 0.16.2
pin pyshacl to version 0.17.0.post1
1 parent 9db8f31 commit 9ae42e7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
Changes
1919
=======
2020

21+
`0.16.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.16.1...v0.16.2>`__ (2021-10-05)
22+
----------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **core:** Pin pyshacl version to 0.17.0.post1
28+
29+
2130
`0.16.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.16.0...v0.16.1>`__ (2021-09-13)
2231
----------------------------------------------------------------------------------------------------------
2332

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def run(self):
178178
"pyjwt==2.1.0",
179179
"pyld==2.0.3",
180180
"pyOpenSSL>=19.0.0,<20.1.0",
181-
"pyshacl==0.17",
181+
"pyshacl==0.17.0.post1",
182182
"python-dateutil>=2.6.1,<=2.8.1",
183183
"python-editor==1.0.4",
184184
"PyYAML>=5.4,<=5.4.1",

0 commit comments

Comments
 (0)