From 29d4cc729ca1093c8cbd8a7b5984c1c2e69384c3 Mon Sep 17 00:00:00 2001 From: Casper van der Wel Date: Wed, 1 May 2024 11:44:23 +0200 Subject: [PATCH] Preparing release 0.13.1 --- CHANGES.md | 2 +- clean_python/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0332fe1..4c2359f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog of clean-python -## 0.13.1 (unreleased) +## 0.13.1 (2024-05-01) ---------------------- - Allow self-signed certificates in CeleryRmqBroker. diff --git a/clean_python/__init__.py b/clean_python/__init__.py index 6680419..1ad5585 100644 --- a/clean_python/__init__.py +++ b/clean_python/__init__.py @@ -3,5 +3,5 @@ from .base import * # NOQA # fmt: off -__version__ = '0.13.1.dev0' +__version__ = '0.13.1' # fmt: on