Skip to content

Commit bf2e932

Browse files
committed
Release 1.5.2 (2018-02-06)
* Fixed association relation in RDF serialisation * Fixed compatibility with networkx 2.0+
1 parent 611321d commit bf2e932

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
1.5.2 (2018-02-06)
7+
^^^^^^^^^^^^^^^^^^
8+
* Fixed association relation in RDF serialisation
9+
* Fixed compatibility with networkx 2.0+
10+
611
1.5.1 (2017-07-18)
712
^^^^^^^^^^^^^^^^^^
813
* Replaced pydotplus with pydot (see #111)

LICENSE

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

3+
Copyright (c) 2018 Trung Dong Huynh
34
Copyright (c) 2014–2017 University of Southampton
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# General information about the project.
5858
project = u'prov'
59-
copyright = u'2017, Trung Dong Huynh'
59+
copyright = u'2018, Trung Dong Huynh'
6060

6161
# The version info for the project you're documenting, acts as replacement
6262
# for |version| and |release|, also used in various other places throughout

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'
6+
__version__ = '1.5.2'
77

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

0 commit comments

Comments
 (0)