From 080836649081a632f034887358ccc1b3ebde9c3e Mon Sep 17 00:00:00 2001 From: Yvan Nollet Date: Thu, 16 Nov 2023 16:50:35 +0100 Subject: [PATCH] joseki version 2.5.2 --- docs/changelog.md | 5 +++-- src/joseki/__version__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f7ec835..26817f7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,7 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.5.2] - 2023-11-16 ### Added @@ -15,7 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -* Remove duplicate definition of 'parts_per_billion' unit +* Remove duplicate definition of 'parts_per_billion' unit + ([#356](https://github.com/rayference/joseki/pull/356)) ## [2.5.1] - 2023-10-03 diff --git a/src/joseki/__version__.py b/src/joseki/__version__.py index 7a2056f..667b52f 100644 --- a/src/joseki/__version__.py +++ b/src/joseki/__version__.py @@ -1 +1 @@ -__version__ = "2.5.1" +__version__ = "2.5.2"