Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trungdong committed Jun 10, 2024
1 parent 548d9f0 commit c511b95
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
History
-------

2.0.1 (2024-06-10)
^^^^^^^^^^^^^^^^^^
* Removed support for EOL Python 3.6 and 3.7
* Minor documentation update (#153)
* Stopped using deepcopy when duplicating Namespace (#158
* Restricting rdflib package version to "<7" (#156
* Raise an exception when an empty URI is registered as a namespace (#142)
* Ensure rdflib 6+ returns bytes when serializing tests (fixed #151)
* Removed fancy label output for bundle

2.0.0 (2020-11-01)
^^^^^^^^^^^^^^^^^^
* Removed support for EOL Python 2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="prov",
version="2.0.0",
version="2.0.1",
description="A library for W3C Provenance Data Model supporting PROV-JSON, "
"PROV-XML and PROV-O (RDF)",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/prov/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Trung Dong Huynh"
__email__ = "[email protected]"
__version__ = "2.0.0"
__version__ = "2.0.1"

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

Expand Down

0 comments on commit c511b95

Please sign in to comment.