Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
* Upgrades sonar-ui to version 1.3.0.

Co-Authored-by: Sébastien Délèze <[email protected]>
  • Loading branch information
Sébastien Délèze committed Aug 3, 2021
1 parent 268ac87 commit e095fe1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

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

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

**Fixed bugs:**

- Error after PDF extraction in deposits [\#603](https://github.com/rero/sonar/issues/603)

**Closed issues:**

- Create Uni Fribourg dedicated view [\#605](https://github.com/rero/sonar/issues/605)
- Mask a document from the public view [\#570](https://github.com/rero/sonar/issues/570)

**Merged pull requests:**

- translations: update catalog [\#618](https://github.com/rero/sonar/pull/618) ([sebastiendeleze](https://github.com/sebastiendeleze))
- translations: update catalog [\#617](https://github.com/rero/sonar/pull/617) ([sebastiendeleze](https://github.com/sebastiendeleze))
- security: update dependencies [\#616](https://github.com/rero/sonar/pull/616) ([sebastiendeleze](https://github.com/sebastiendeleze))
- organisations: remove an organisation [\#611](https://github.com/rero/sonar/pull/611) ([sebastiendeleze](https://github.com/sebastiendeleze))
- organisations: dedicated view for `bcufr` [\#608](https://github.com/rero/sonar/pull/608) ([sebastiendeleze](https://github.com/sebastiendeleze))
- deposits: fix PDF date extraction [\#604](https://github.com/rero/sonar/pull/604) ([sebastiendeleze](https://github.com/sebastiendeleze))
- documents: add `masked` property [\#601](https://github.com/rero/sonar/pull/601) ([sebastiendeleze](https://github.com/sebastiendeleze))

## [v1.2.0](https://github.com/rero/sonar/tree/v1.2.0) (2021-07-14)

[Full Changelog](https://github.com/rero/sonar/compare/v1.1.1...v1.2.0)
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 = "0.6.0"
version = "1.3.0"
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 <[email protected]>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar/config_sonar.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"""Disable permission checks during API calls. Useful when API is test from
command line or progams like postman."""

SONAR_APP_UI_VERSION = '1.2.0'
SONAR_APP_UI_VERSION = '1.3.0'

SONAR_APP_DEFAULT_ORGANISATION = 'global'
"""Default organisation key."""
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.2.0'
__version__ = '1.3.0'

0 comments on commit e095fe1

Please sign in to comment.