Skip to content

Commit 81e3396

Browse files
committed
joseki version 2.6.0
1 parent 684b41f commit 81e3396

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.6.0] - Upcoming release
8+
## [2.6.0] - 2023-12-14
99

1010
### Changed
1111

1212
* Joseki is now licensed under the terms of the LGPLv3.
1313
* Updated documentation to reflect licensing and governance changes.
14-
* Added Python 3.11 and 3.12 to CI matrix.
14+
* Added Python 3.11 and 3.12 to CI matrix: Joseki is now testing with Python 3.8
15+
to 3.12.
1516

1617
## [2.5.2] - 2023-11-16
1718

src/joseki/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.2"
1+
__version__ = "2.6.0"

0 commit comments

Comments
 (0)