Skip to content

Commit 99f652a

Browse files
Merge pull request #77 from XXII-AI/1.2.1
Bump to 1.2.1
2 parents 2df0e5d + 5c03d05 commit 99f652a

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.2.1] - 2025-03-19
11+
12+
### Fixed
13+
14+
- Do not import `pytest_regressions`package when pytest discovers plugin. Only do it at run time #76
15+
1016
## [1.2.0] - 2025-03-19
1117

12-
### Changed
18+
### Fixed
1319

1420
- Fix a bug in splitting were already assigned split values were discarded #74
1521

docs/_static/version_switcher.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
[
22
{
3-
"name": "v1.2.0",
4-
"version": "1.2.0",
3+
"name": "v1.2.1",
4+
"version": "1.2.1",
55
"url": "https://lours.readthedocs.io/stable/"
66
},
77
{
88
"name": "v1.1.0",
99
"version": "1.1.0",
1010
"url": "https://lours.readthedocs.io/1.1.0/"
1111
},
12-
{
13-
"name": "v1.0.0",
14-
"version": "1.0.0",
15-
"url": "https://lours.readthedocs.io/1.0.0/"
16-
},
1712
{
1813
"name": "v1.0.1",
1914
"version": "1.0.1",

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[tool.poetry]
22
name = "lours"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = ""
5-
authors = ["Lilian Glaudin <lilian.glaudin@xxii.fr>",
5+
authors = ["XXII",
6+
"Lilian Glaudin <lilian.glaudin@xxii.fr>",
67
"Clément Pinard <mail@clementpinard.fr>",
78
"Quoc Cuong LE <quoccuong.le@xxii.fr>",
89
"Nacer Kaci <nacer.kaci@xxii.fr>",

0 commit comments

Comments
 (0)