Skip to content

Commit 0cb8ef9

Browse files
author
Igor Milhit
committed
release: v0.10.1
The previous release (`v0.10.0`) is missing two commits for the Import from BnF functionality. This makes this patch necessary. * Updates version.py and pyproject files. * Updates RELEASE-NOTES.rst and CHANGES.rst files. Co-Authored-by: Igor Milhit <[email protected]>
1 parent 38c982c commit 0cb8ef9

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGES.rst

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
Changes
1818
=======
1919

20+
`v0.10.1 <https://github.com/rero/rero-ils/tree/v0.10.1>`__ (2020-07-02)
21+
------------------------------------------------------------------------
22+
23+
`Full
24+
Changelog <https://github.com/rero/rero-ils/compare/v0.10.0...v0.10.1>`__
25+
26+
**Merged pull requests:**
27+
28+
- US1274: Import from BnF
29+
`#1076 <https://github.com/rero/rero-ils/pull/1076>`__
30+
(`iGormilhit <https://github.com/iGormilhit>`__)
31+
2032
`v0.10.0 <https://github.com/rero/rero-ils/tree/v0.10.0>`__ (2020-07-01)
2133
------------------------------------------------------------------------
2234

RELEASE-NOTES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
Release notes
1919
=============
2020

21+
v0.10.1
22+
-------
23+
24+
The `f01ceffe
25+
<https://github.com/rero/rero-ils/commit/f01ceffe398c97e713f13db6ef8978eaca5de5bb>`__
26+
and `38c982c1
27+
<https://github.com/rero/rero-ils/commit/38c982c1064e85b4cd0bd56fe224016eedfea63d>`__
28+
commits for the *Import from BnF* functionality are missing in the ``v0.10.0``
29+
release. This patch fix this oversight.
30+
2131
v0.10.0
2232
-------
2333

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

rero_ils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = "0.10.0"
26+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)