Skip to content

Commit d7ae775

Browse files
committed
Release v3.9.1
1 parent 9278389 commit d7ae775

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v3.9.1] - 2024-03-09
10+
911
- fix release script to bump version number in flake.nix
1012

1113
## [v3.9.0] - 2024-03-09
@@ -123,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123125
## [v1.0.0] - 2020-02-14
124126
- First release with matrix-client & http.server
125127

126-
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.9.0...master
128+
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.9.1...master
129+
[v3.9.1]: https://github.com/nim65s/matrix-webhook/compare/v3.9.0...v3.9.1
127130
[v3.9.0]: https://github.com/nim65s/matrix-webhook/compare/v3.8.0...v3.9.0
128131
[v3.8.0]: https://github.com/nim65s/matrix-webhook/compare/v3.7.0...v3.8.0
129132
[v3.7.0]: https://github.com/nim65s/matrix-webhook/compare/v3.6.0...v3.7.0

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
with pkgs.python3Packages;
2121
buildPythonApplication {
2222
pname = "matrix-webhook";
23-
version = "3.9.0";
23+
version = "3.9.1";
2424
src = pkgs.nix-gitignore.gitignoreSource [ ./.nixignore ] ./.;
2525
pyproject = true;
2626
buildInputs = [ poetry-core ];

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "BSD-2-Clause"
1313
name = "matrix-webhook"
1414
readme = "README.md"
1515
repository = "https://github.com/nim65s/matrix-webhook.git"
16-
version = "3.9.0"
16+
version = "3.9.1"
1717

1818
[tool.poetry.dependencies]
1919
Markdown = "^3.5.2"

0 commit comments

Comments
 (0)