Skip to content

Commit fdaf80a

Browse files
committed
Update version to 1.0.7-dev1
- Add short changelog.
1 parent 428a797 commit fdaf80a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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-dev1] - 2024-03-19
9+
10+
Development release. This release adds a tons of new changes and improvements.
11+
812
## [1.0.7] - 2024-01-26
913

1014
### Added

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

0 commit comments

Comments
 (0)