From 297842c53a16deeb87b160b48f0a98a2739d5103 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Tue, 23 Apr 2024 11:44:41 +0200 Subject: [PATCH] REL: Set versions for release --- CHANGELOG.md | 14 +------------- src/doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa42199..fd2e5e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] ## - -### Added ### - -### Changed ### - -### Deprecated ### - -### Removed ### +## [0.13.3 - 2024-04-23] ## ### Fixed ### - Using correct (dynamic) base path for file upload. - CSS with scrolling for long tables and entity names. -### Security ### - -### Documentation ### - ## [0.13.2 - 2024-02-20] ## ### Fixed ### diff --git a/src/doc/conf.py b/src/doc/conf.py index 97a3917f..a94d3bde 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -28,7 +28,7 @@ author = 'Daniel Hornung' # The short X.Y version version = '0.13.3' # The full version, including alpha/beta/rc tags -release = '0.13.3-SNAPSHOT' +release = '0.13.3' # -- General configuration --------------------------------------------------- -- GitLab