Skip to content

Commit

Permalink
Release 1.5.1 - Minor bug fixes and improvements
Browse files Browse the repository at this point in the history
* Replaced pydotplus with pydot (see #111)
* Fixed datetime and bundle error in RDF serialisation
* Tested against Python 3.6
* Improved documentation
  • Loading branch information
trungdong committed Jul 18, 2017
1 parent a3ddf41 commit 310a8f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014–2016 University of Southampton
Copyright (c) 2014–2017 University of Southampton

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion prov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Trung Dong Huynh'
__email__ = 'trungdong@donggiang.com'
__version__ = '1.5.1.dev1'
__version__ = '1.5.1'

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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

0 comments on commit 310a8f6

Please sign in to comment.