Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 19c37a0

Browse files
iGor milhitiGormilhit
andcommitted
release: v0.6.0
Co-Authored-by: Igor Milhit <igor@milhit.ch>
1 parent 0b9a4d4 commit 19c37a0

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

CHANGES.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
22

3-
## [v0.2.0](https://github.com/rero/rero-ebooks/tree/v0.2.0) (2020-12-18)
3+
## [v0.6.0](https://github.com/rero/rero-ebooks/tree/v0.6.0) (2021-04-20)
44

5-
[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.1.0a1...v0.2.0)
5+
[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.5.0...v0.6.0)
6+
7+
**Closed issues:**
8+
9+
- Is the license the one we want? [\#36](https://github.com/rero/rero-ebooks/issues/36)
10+
11+
**Merged pull requests:**
12+
13+
- dependencies: upgrade invenio to 3.4 [\#43](https://github.com/rero/rero-ebooks/pull/43) ([rerowep](https://github.com/rerowep))
14+
- license: move from GPLv2 to AGPLv3 [\#42](https://github.com/rero/rero-ebooks/pull/42) ([rerowep](https://github.com/rerowep))
15+
16+
## [v0.5.0](https://github.com/rero/rero-ebooks/tree/v0.5.0) (2020-12-18)
17+
18+
[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.1.0a1...v0.5.0)
619

720
**Closed issues:**
821

@@ -11,8 +24,8 @@
1124

1225
**Merged pull requests:**
1326

14-
- assets: move to webpack [\#39](https://github.com/rero/rero-ebooks/pull/39) ([rerowep](https://github.com/rerowep))
15-
- invenio 3.3 [\#38](https://github.com/rero/rero-ebooks/pull/38) ([rerowep](https://github.com/rerowep))
27+
- release: v0.5.0 [\#41](https://github.com/rero/rero-ebooks/pull/41) ([iGormilhit](https://github.com/iGormilhit))
28+
- oai harvesting [\#40](https://github.com/rero/rero-ebooks/pull/40) ([rerowep](https://github.com/rerowep))
1629

1730
## [v0.1.0a1](https://github.com/rero/rero-ebooks/tree/v0.1.0a1) (2019-05-27)
1831

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ license: GNU Affero General Public License
66

77
# Release notes
88

9+
## v0.6.0
10+
11+
- Moves the license from GPLv2 to AGPLv3.
12+
- Upgrades Invenio to `3.4`.
13+
914
## v0.5.0
1015

1116
## Harvesting

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ebooks"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Ebooks repository for RERO."
55
authors = ["RERO <software@rero.ch>"]
66
license = "GNU Affero General Public License v3.0"

rero_ebooks/version.py

Lines changed: 1 addition & 1 deletion
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.5.0'
26+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)