This repository was archived by the owner on Jul 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +24
-6
lines changed
Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rero-ebooks"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44description = " Ebooks repository for RERO."
55authors = [" RERO <software@rero.ch>" ]
66license = " GNU Affero General Public License v3.0"
Original file line number Diff line number Diff line change 2323
2424from __future__ import absolute_import , print_function
2525
26- __version__ = '0.5 .0'
26+ __version__ = '0.6 .0'
You can’t perform that action at this time.
0 commit comments