Skip to content

Commit

Permalink
release: v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalRepond committed Feb 10, 2022
1 parent 1dece3b commit 7eebf8e
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.5.1](https://github.com/rero/sonar/tree/v1.5.1) (2022-02-10)

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

**Merged pull requests:**

- documents: store allowed ips addresses in CIDR format [\#769](https://github.com/rero/sonar/pull/769) ([jma](https://github.com/jma))

## [v1.5.0](https://github.com/rero/sonar/tree/v1.5.0) (2022-02-03)

[Full Changelog](https://github.com/rero/sonar/compare/v1.4.2...v1.5.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.5.0"
version = "1.5.1"
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.5.0'
__version__ = '1.5.1'

0 comments on commit 7eebf8e

Please sign in to comment.