Skip to content

Commit 5506d13

Browse files
committed
release: v1.4.0
1 parent 20c8bbe commit 5506d13

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
Version v1.4.0 (released 2026-03-19)
5+
6+
- fix: DeprecationWarning
7+
- chore: black formatting
8+
- build(deps): bump pypa/gh-action-pypi-publish in /.github/workflows
9+
410
Version v1.3.1 (released 2025-07-23):
511

612
- remove deprecated schema 31 test files

datacite/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is part of DataCite.
44
#
55
# Copyright (C) 2015, 2016 CERN.
6+
# Copyright (C) 2026 Graz University of Technology.
67
#
78
# DataCite is free software; you can redistribute it and/or modify it
89
# under the terms of the Revised BSD License; see LICENSE file for
@@ -14,6 +15,6 @@
1415
from .client import DataCiteMDSClient
1516
from .rest_client import DataCiteRESTClient
1617

17-
__version__ = "1.3.1"
18+
__version__ = "1.4.0"
1819

1920
__all__ = ("DataCiteMDSClient", "DataCiteRESTClient", "__version__")

0 commit comments

Comments
 (0)