Skip to content

Commit 014e8b0

Browse files
committed
Update version to 1.0.7.dev8
- Remove redundant changelogs.
1 parent 22a3a3a commit 014e8b0

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,11 @@ 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-
## [1.0.7.dev7] - 2024-06-26
8+
## [1.0.7.dev8] - 2024-06-26
99

1010
Part of an important change (making `bill-teams` plugin
11-
optional [!53](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/merge_requests/53)) in previous
12-
version `1.0.7.dev6` unfortunately did not
13-
work as expected. Running `pipx install "elapi[uhd_urz]==1.0.7.dev6"` did not install the optional packages defined
14-
under `uhd_urz` in `pyproject.toml`. We update the table/dictionary name that defines "extras", and we rename the
15-
keyword back to `uhd-urz` in this hotfix release.
16-
17-
## [1.0.7.dev6] - 2024-06-26
18-
19-
Part of an important change (making `bill-teams` plugin
20-
optional [!53](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/merge_requests/53)) in previous
21-
version `1.0.7.dev5` unfortunately did not
22-
work as expected. Running `pipx install "elapi[uhd-urz]==1.0.7.dev5"` did not install the optional packages defined
23-
under `uhd-urz` in `pyproject.toml`. We rename the keyword to `uhd_urz` in this
24-
hotfix release.
11+
optional [!53](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/merge_requests/53)) unfortunately did not
12+
work as expected. We release a quick fix in this development version.
2513

2614
## [1.0.7.dev5] - 2024-06-25
2715

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elapi"
3-
version = "1.0.7.dev7"
3+
version = "1.0.7.dev8"
44
description = "elAPI is a powerful, extensible API client for eLabFTW."
55
authors = [
66
"Alexander Haller, Mahadi Xion <elabftw@uni-heidelberg.de>",

src/elapi/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7.dev7
1+
1.0.7.dev8

0 commit comments

Comments
 (0)