Skip to content

Commit

Permalink
release: v1.8.2
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Nov 24, 2022
1 parent 5ff7e48 commit 96bf19f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.8.2](https://github.com/rero/sonar/tree/v1.8.2) (2022-11-24)

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

**Bug fixes:**

* Controlled affiliation should be cleared when affiliation is modified to empty or unrecognized value [\#807](https://github.com/rero/sonar/issues/807)
* The editor or API should prevent bad character encodings [\#867](https://github.com/rero/sonar/issues/867)

## [v1.8.1](https://github.com/rero/sonar/tree/v1.8.1) (2022-10-20)

[Full Changelog](https://github.com/rero/sonar/compare/v1.8.0...v1.8.1)
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.8.1"
version = "1.8.2"
description = "SONAR is an 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.8.1'
__version__ = '1.8.2'

0 comments on commit 96bf19f

Please sign in to comment.