diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa4219906080c687fb04e7eec4a465c751d9ce2..fd2e5e4c8bf90660e28c2d9615465183b6154527 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 97a3917f7b262178084b55b1955769f1855b2a4d..a94d3bde2f2cb42a56bcfbf9420e928493428ac1 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 ---------------------------------------------------