Skip to content

Commit 310a8f6

Browse files
committed
Release 1.5.1 - Minor bug fixes and improvements
* Replaced pydotplus with pydot (see #111) * Fixed datetime and bundle error in RDF serialisation * Tested against Python 3.6 * Improved documentation
1 parent a3ddf41 commit 310a8f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014–2016 University of Southampton
3+
Copyright (c) 2014–2017 University of Southampton
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

prov/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = 'Trung Dong Huynh'
55
__email__ = '[email protected]'
6-
__version__ = '1.5.1.dev1'
6+
__version__ = '1.5.1'
77

88
__all__ = ["Error", "model", "read"]
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='prov',
30-
version='1.5.1.dev1',
30+
version='1.5.1',
3131
description='A library for W3C Provenance Data Model supporting PROV-JSON, '
3232
'PROV-XML and PROV-O (RDF)',
3333
long_description=readme + '\n\n' + history,

0 commit comments

Comments
 (0)