Skip to content

Commit

Permalink
release: v1.4.2
Browse files Browse the repository at this point in the history
Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
  • Loading branch information
jma committed Dec 20, 2021
1 parent 885618d commit 556b3b9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v1.4.2](https://github.com/rero/sonar/tree/v1.4.2) (2021-12-20)

[Full Changelog](https://github.com/rero/sonar/compare/v1.4.1...v1.4.2)

**Implemented enhancements:**

- Allow custom fields to be entered during deposit [\#706](https://github.com/rero/sonar/issues/706)

**Fixed bugs:**

- In the document editor, I have no way to add the following sub-fields: `numberingVolume`, `numberingIssues` [\#626](https://github.com/rero/sonar/issues/626)

**Merged pull requests:**

- deposit: limit the upload file size to 500Mb [\#738](https://github.com/rero/sonar/pull/738) ([jma](https://github.com/jma))
- documents: import HEP FR publications from RERO DOC to FOLIA [\#737](https://github.com/rero/sonar/pull/737) ([mmo](https://github.com/mmo))
- dependencies: add ignores on safety check [\#721](https://github.com/rero/sonar/pull/721) ([Garfield-fr](https://github.com/Garfield-fr))
- deposit: allow custom fields to be entered on submission [\#720](https://github.com/rero/sonar/pull/720) ([Garfield-fr](https://github.com/Garfield-fr))


## [v1.4.1](https://github.com/rero/sonar/tree/v1.4.1) (2021-12-02)

[Full Changelog](https://github.com/rero/sonar/compare/v1.4.0...v1.4.1)
Expand All @@ -19,7 +39,7 @@

- fix user welcome email [\#703](https://github.com/rero/sonar/pull/703) ([rerowep](https://github.com/rerowep))

# Changelog


## [v1.4.0](https://github.com/rero/sonar/tree/v1.4.0) (2021-11-10)

Expand Down Expand Up @@ -98,7 +118,6 @@
- subdivisions: create resource [\#606](https://github.com/rero/sonar/pull/606) ([sebdeleze](https://github.com/sebdeleze))
- stats: collect and display stats for organisations [\#594](https://github.com/rero/sonar/pull/594) ([sebdeleze](https://github.com/sebdeleze))

# Changelog

## [v1.3.0](https://github.com/rero/sonar/tree/v1.3.0) (2021-08-03)

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 = "SONAR"
version = "1.4.1"
version = "1.4.2"
description = "SONAR is a future archive of scholarly publications. It intends to collect, promote and preserve the publications of authors affiliated with Swiss public research institutions."
authors = ["RERO <software@rero.ch>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar/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__ = '1.4.1'
__version__ = '1.4.2'

0 comments on commit 556b3b9

Please sign in to comment.