We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4837131 commit 6f4d306Copy full SHA for 6f4d306
2 files changed
CHANGES.rst
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
3
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
4
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
5
6
+[0.1.6] - 2025-04-03
7
+====================
8
+
9
+Added
10
+*****
11
12
+- Support for python 3.13
13
14
+Removed
15
+*******
16
17
+- Stop supporting python 3.8
18
19
[0.1.5] - 2024-08-30
20
====================
21
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "slapd"
-version = "0.1.5"
+version = "0.1.6"
description = "Controls a slapd process in a pythonic way"
license = "MIT"
keywords = ["ldap", "slapd"]
0 commit comments