Skip to content

Commit

Permalink
release: v1.8.1
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 Oct 20, 2022
1 parent 71128d2 commit feda000
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [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)

**Bug fixes:**

* logged user: fix settings [\#905](https://github.com/rero/sonar/pull/905) (by @Garfield-fr)

## [v1.8.0](https://github.com/rero/sonar/tree/v1.8.0) (2022-08-30)

[Full Changelog](https://github.com/rero/sonar/compare/v1.7.0...v1.8.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 = "1.8.0"
version = "1.8.1"
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.0'
__version__ = '1.8.1'

0 comments on commit feda000

Please sign in to comment.