Skip to content

Commit f33c7fe

Browse files
authored
Merge branch 'main' into upgrade-latest-eventsourcingdb-version
2 parents ee3a0bd + e465374 commit f33c7fe

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
root = true
22

33
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
47
indent_style = tab
8+
insert_final_newline = true
59
tab_width = 2
10+
trim_trailing_whitespace = true
611

712
[*.py]
813
indent_style = space

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sed -i -r "s/(version = \")([0-9]+\.[0-9]+\.[0-9]+)(\")/\1${{ steps.get_next_version.outputs.version }}\3/" pyproject.toml
4747
git config --global user.email "[email protected]"
4848
git config --global user.name "${{ github.actor }}"
49-
git add .
49+
git add pyproject.toml
5050
git commit -m 'chore: Bump version to ${{ steps.get_next_version.outputs.version }}. [skip ci]'
5151
git push
5252
git tag ${{ steps.get_next_version.outputs.version }}

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 = "eventsourcingdb-client-python"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "The Python client for the EventSourcingDB."
55
authors = [ "Alexander Kampf", "Golo Roden", "Noah Hummel" ]
66
readme = "README.md"

0 commit comments

Comments
 (0)