Skip to content

Commit

Permalink
release: v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 28, 2022
1 parent 7d365e8 commit 16e19e1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is part of IDUtils
Copyright (C) 2015-2020 CERN.
Copyright (C) 2015-2022 CERN.
Copyright (C) 2022 Northwestern University.
IDUtils is free software; you can redistribute it and/or modify
Expand All @@ -15,6 +15,10 @@
Changes
=======

Version 1.1.12 (2022-02-28)

- Replaces ``isbnid_fork`` with ``isbnlib``

Version 1.1.11 (2022-01-28)

- Normalize pmid + their URL identifiers
Expand Down
2 changes: 1 addition & 1 deletion idutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of IDUtils
# Copyright (C) 2015-2021 CERN.
# Copyright (C) 2015-2022 CERN.
# Copyright (C) 2018 Alan Rubin.
# Copyright (C) 2019 Inria.
#
Expand Down
4 changes: 2 additions & 2 deletions idutils/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of IDUtils
# Copyright (C) 2015-2020 CERN.
# Copyright (C) 2015-2022 CERN.
# Copyright (C) 2022 Northwestern University.
#
# IDUtils is free software; you can redistribute it and/or modify
Expand All @@ -18,4 +18,4 @@
and parsed by ``setup.py``.
"""

__version__ = "1.1.11"
__version__ = "1.1.12"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of IDUtils
# Copyright (C) 2015, 2016, 2021 CERN.
# Copyright (C) 2015-2022 CERN.
#
# IDUtils is free software; you can redistribute it and/or modify
# it under the terms of the Revised BSD License; see LICENSE file for
Expand Down
2 changes: 1 addition & 1 deletion tests/test_idutils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of IDUtils
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2015-2022 CERN.
# Copyright (C) 2015-2018 Alan Rubin.
#
# IDUtils is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 16e19e1

Please sign in to comment.