Skip to content

Commit a1381fa

Browse files
committed
Update version to 1.0.5
- Add changelog
1 parent 6600f40 commit a1381fa

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.5] - 2023-12-07
9+
10+
### Fixed
11+
12+
- Fix timeout issue ([#7](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/7))
13+
14+
### Added
15+
16+
- elAPI can be run without error when run with no arguments. I.e., running elapi will show the default help message.
17+
- New `version` command.
18+
819
## [1.0.2] - 2023-11-16
920

1021
### Fixed

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.2"
3+
version = "1.0.5"
44
description = """elAPI is a powerful, extensible API interface to eLabFTW built for \
55
the University Computing Centre (URZ, FIRE division) at Universität Heidelberg."""
66
authors = [

src/elapi/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.5

0 commit comments

Comments
 (0)