Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
Co-Authored-by: Igor Milhit <[email protected]>
  • Loading branch information
iGor milhit and iGormilhit committed Apr 21, 2021
1 parent 0b9a4d4 commit 19c37a0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
21 changes: 17 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Changelog

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

[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.1.0a1...v0.2.0)
[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.5.0...v0.6.0)

**Closed issues:**

- Is the license the one we want? [\#36](https://github.com/rero/rero-ebooks/issues/36)

**Merged pull requests:**

- dependencies: upgrade invenio to 3.4 [\#43](https://github.com/rero/rero-ebooks/pull/43) ([rerowep](https://github.com/rerowep))
- license: move from GPLv2 to AGPLv3 [\#42](https://github.com/rero/rero-ebooks/pull/42) ([rerowep](https://github.com/rerowep))

## [v0.5.0](https://github.com/rero/rero-ebooks/tree/v0.5.0) (2020-12-18)

[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.1.0a1...v0.5.0)

**Closed issues:**

Expand All @@ -11,8 +24,8 @@

**Merged pull requests:**

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

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

Expand Down
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ license: GNU Affero General Public License

# Release notes

## v0.6.0

- Moves the license from GPLv2 to AGPLv3.
- Upgrades Invenio to `3.4`.

## v0.5.0

## Harvesting
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rero-ebooks"
version = "0.5.0"
version = "0.6.0"
description = "Ebooks repository for RERO."
authors = ["RERO <[email protected]>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion rero_ebooks/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

from __future__ import absolute_import, print_function

__version__ = '0.5.0'
__version__ = '0.6.0'

0 comments on commit 19c37a0

Please sign in to comment.