Skip to content

Commit b36aae0

Browse files
committed
Update version to 1.0.7.dev4
1 parent ef5c0b6 commit b36aae0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.dev4] - 2024-06-06
9+
10+
Fourth development release before the next stable version. This is mainly a hot-patch release. Big thanks to
11+
@AlexanderHaller for discovering the critical bug in due time (not the first time of course).
12+
13+
### Fixed
14+
15+
- Fix `elapi init` generating bad configuration
16+
file ([#37](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/37))
17+
- Fix `--get-loc`
18+
for `elapi post items_types` ([#38](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/38))
19+
820
## [1.0.7.dev3] - 2024-06-04
921

1022
Third development release before the next stable version. This release adds a number of improvements and bug fixes.

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.dev3"
3+
version = "1.0.7.dev4"
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.dev3
1+
1.0.7.dev4

0 commit comments

Comments
 (0)