Skip to content

Commit 1c584e5

Browse files
committed
Update version to 2.0.2
1 parent dafb279 commit 1c584e5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [2.0.2] - 2024-07-04
9+
10+
Hot-fix for `README.md`.
11+
12+
### Fixed
13+
14+
- `README.md` (see commits: 588d8f5, 2780e1c)
15+
816
## [2.0.1] - 2024-07-04
917

1018
Mainly a few hotfixes found during [FDM Münster](https://fdm-nrw.coscine.de/#/IG%20ELB%20Technische%20Aspekte) workshop.

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 = "2.0.1"
3+
version = "2.0.2"
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-
2.0.1
1+
2.0.2

0 commit comments

Comments
 (0)