Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Mar 16, 2023
1 parent 3b1a77e commit 30f5719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
Changes
=======

Version 2.0.0 (2023-03-16)

- Uses HTTPS by default when calling ``idutils.to_url``.

Version 1.2.1 (2023-03-02)

- Fixes ORCiD validation, by adding the new ISNI block range.
Expand Down
2 changes: 1 addition & 1 deletion idutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,4 +1017,4 @@ def to_url(val, scheme, url_scheme="https"):
return ""


__version__ = "1.2.1"
__version__ = "2.0.0"

0 comments on commit 30f5719

Please sign in to comment.