Skip to content

Commit acd0b7b

Browse files
committed
Update version to 1.0.7-dev2
1 parent ed52050 commit acd0b7b

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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-dev2] - 2024-04-15
9+
10+
Second development release before the next stable version. This release adds a number of improvements and bug fixes.
11+
Mostly, this release introduces the new `bill-teams` plugin.
12+
813
## [1.0.7-dev1] - 2024-03-19
914

1015
Development release. This release adds a tons of new changes and improvements.
@@ -14,11 +19,13 @@ Development release. This release adds a tons of new changes and improvements.
1419
### Added
1520

1621
- New `PATCH` command ([!24](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/merge_requests/24))
17-
- New style APIs ([`1da3bb`](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/commit/1da3bb1a2bf6f97aea3106e628bf50ef065cf838))
22+
- New style
23+
APIs ([`1da3bb`](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/commit/1da3bb1a2bf6f97aea3106e628bf50ef065cf838))
1824

1925
### Fixed
2026

21-
- Add warning in `README.md` about installing elapi outside virtual environment ([#11](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/11))
27+
- Add warning in `README.md` about installing elapi outside virtual
28+
environment ([#11](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/11))
2229
- Fix errors not being sent to `STDERR` ([#10](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/10))
2330
- Fixed typos in CLI documentation
2431

@@ -32,7 +39,8 @@ Development release. This release adds a tons of new changes and improvements.
3239

3340
- elAPI can be run without error when run with no arguments. I.e., running elapi will show the default help message.
3441
- New `version` command.
35-
- Formatter APIs (including base API `BaseFormat`) now supports multiple conventional names for formats. E.g., `yaml` and `yml` conventions for `YAMLFormat`.
42+
- Formatter APIs (including base API `BaseFormat`) now supports multiple conventional names for formats. E.g., `yaml`
43+
and `yml` conventions for `YAMLFormat`.
3644

3745
### Fixed
3846

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-dev1"
3+
version = "1.0.7-dev2"
44
description = "elAPI is a powerful, extensible API client for eLabFTW."
55
authors = [
66
"Alexander Haller <alexander.haller@urz.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-dev1
1+
1.0.7-dev2

0 commit comments

Comments
 (0)