File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
3
3
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_,
4
4
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
5
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
+
6
19
[0.1.5] - 2024-08-30
7
20
====================
8
21
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " slapd"
7
- version = " 0.1.5 "
7
+ version = " 0.1.6 "
8
8
description = " Controls a slapd process in a pythonic way"
9
9
license = " MIT"
10
10
keywords = [" ldap" , " slapd" ]
You can’t perform that action at this time.
0 commit comments