Skip to content

Commit

Permalink
Release v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 8, 2024
1 parent 9278389 commit d7ae775
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v3.9.1] - 2024-03-09

- fix release script to bump version number in flake.nix

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

[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.9.0...master
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.9.1...master
[v3.9.1]: https://github.com/nim65s/matrix-webhook/compare/v3.9.0...v3.9.1
[v3.9.0]: https://github.com/nim65s/matrix-webhook/compare/v3.8.0...v3.9.0
[v3.8.0]: https://github.com/nim65s/matrix-webhook/compare/v3.7.0...v3.8.0
[v3.7.0]: https://github.com/nim65s/matrix-webhook/compare/v3.6.0...v3.7.0
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
with pkgs.python3Packages;
buildPythonApplication {
pname = "matrix-webhook";
version = "3.9.0";
version = "3.9.1";
src = pkgs.nix-gitignore.gitignoreSource [ ./.nixignore ] ./.;
pyproject = true;
buildInputs = [ poetry-core ];
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "BSD-2-Clause"
name = "matrix-webhook"
readme = "README.md"
repository = "https://github.com/nim65s/matrix-webhook.git"
version = "3.9.0"
version = "3.9.1"

[tool.poetry.dependencies]
Markdown = "^3.5.2"
Expand Down

0 comments on commit d7ae775

Please sign in to comment.