Skip to content

Commit 6f4d306

Browse files
committed
chore: bump to 0.1.6
1 parent 4837131 commit 6f4d306

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.rst

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
44
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
55

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+
619
[0.1.5] - 2024-08-30
720
====================
821

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "slapd"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "Controls a slapd process in a pythonic way"
99
license = "MIT"
1010
keywords = ["ldap", "slapd"]

0 commit comments

Comments
 (0)