From a114d3ee081df25c35d1051a1dc5abf4df41b848 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Sun, 1 Sep 2024 16:23:59 +0200
Subject: [PATCH] ver bump

---
 CHANGELOG.md         | 8 +++-----
 coolamqp/__init__.py | 2 +-
 docs/conf.py         | 2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 707b673..3437589 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,7 @@
-The changelog is kept as [release notes](https://github.com/smok-serwis/coolamqp/releases/)
+The changelog is kept as [release notes](https://git.dms-serwis.com.pl/smokserwis/coolamqp/-/releases)
 on GitHub. This file serves to only note what changes
 have been made so far, between releases.
 
-# v1.3.1
+# v1.3.2
 
-* anonymous queues will now get CoolAMQP-made names
-* coolamqp.objects.Callable made threadsafe (fixes #22)
-* speed up (lots of if len(data) == 0 replaced with if not data)
+* _TBA_
\ No newline at end of file
diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py
index 72837bd..4efac1c 100644
--- a/coolamqp/__init__.py
+++ b/coolamqp/__init__.py
@@ -1 +1 @@
-__version__ = '1.3.1'
+__version__ = '1.3.2a1'
diff --git a/docs/conf.py b/docs/conf.py
index e4ae5de..3c2a143 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -33,7 +33,7 @@ source_parsers = {
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
+extensions = ['sphinx.ext.autodoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
-- 
GitLab