Skip to content

Commit

Permalink
release: v1.10.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 Jan 30, 2024
1 parent 7d4ad3b commit 58d7bd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v1.10.1](https://github.com/rero/sonar/tree/v1.10.1) (2024-01-30)

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

**Fixes:**
* documents: removes permssions from the search list [\#972](https://github.com/rero/sonar/issues/972) (by @jma)

## [v1.10.0](https://github.com/rero/sonar/tree/v1.10.0) (2024-01-23)

[Full Changelog](https://github.com/rero/sonar/compare/v1.9.1...v1.10.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.10.0"
version = "1.10.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.10.0'
__version__ = '1.10.1'

0 comments on commit 58d7bd6

Please sign in to comment.