Skip to content

Commit e7ce034

Browse files
committed
joseki version 2.6.1
1 parent e34b3f2 commit e7ce034

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project are documented in this file.
44

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-
## [Unreleased]
8+
## [2.6.1] - 2024-02-13
99

1010
### Changed
1111

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ license = {text = "LGPLv3"}
3131
name = "joseki"
3232
readme = "README.md"
3333
requires-python = ">= 3.9"
34-
version = "2.7.0.dev0"
34+
version = "2.6.1"
3535

3636
[project.scripts]
3737
joseki = "joseki.__main__:main"
@@ -95,13 +95,13 @@ dev-dependencies = [
9595
managed = true
9696

9797
[tool.rye.scripts]
98+
coverage-combine = {cmd = "python -m coverage combine"}
99+
coverage-html = {cmd = "python -m coverage html --skip-covered --skip-empty"}
100+
coverage-pytest = {cmd = "coverage run -m pytest tests"}
98101
coverage-report = {chain = [
99102
"coverage-pytest",
100103
"coverage-combine",
101104
"coverage-show",
102105
"coverage-html"
103106
]}
104-
coverage-pytest = {cmd = "coverage run -m pytest tests"}
105-
coverage-combine = {cmd = "python -m coverage combine"}
106107
coverage-show = {cmd = "python -m coverage report --fail-under=100"}
107-
coverage-html = {cmd = "python -m coverage html --skip-covered --skip-empty"}

0 commit comments

Comments
 (0)