Set version to 0.30.1

This commit is contained in:
eikek 2021-12-22 20:37:28 +01:00
parent d060b0442f
commit 9b701035b2
5 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## v0.30.1
*Dec 22, 2021*
Bug fix release for #1229: notification mails could not be sent.
## v0.30.0 ## v0.30.0
*Dec 21, 2021* *Dec 21, 2021*

View File

@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Docspell JOEX title: Docspell JOEX
version: 0.31.0-SNAPSHOT version: 0.30.1
description: | description: |
This is the remote API to the job executor component of Docspell. This is the remote API to the job executor component of Docspell.
Docspell is a free document management system focused on small Docspell is a free document management system focused on small

View File

@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Docspell title: Docspell
version: 0.31.0-SNAPSHOT version: 0.30.1
description: | description: |
This is the remote API to Docspell. Docspell is a free document This is the remote API to Docspell. Docspell is a free document
management system focused on small groups or families. management system focused on small groups or families.

View File

@ -1 +1 @@
ThisBuild / version := "0.31.0-SNAPSHOT" ThisBuild / version := "0.30.1"

View File

@ -26,4 +26,4 @@ skip_anchor_prefixes = [
[extra] [extra]
# Put all your custom variables here # Put all your custom variables here
version = "0.31.0-SNAPSHOT" version = "0.30.1"