Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chr1st1ank committed Oct 14, 2024
1 parent e6902b4 commit 13b7660
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.0.0
current_version = 1.0.1

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ The project uses semantic versioning.

## [Unreleased]

## [1.0.1] - 2024-10-15
### Changed:
* Updates of dependencies and change of build tool to uv

## [1.0.0] - 2022-05-09
### Added:
* Package API declared stable.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dike"
version = "1.0.0"
version = "1.0.1"
description = "Python asyncio tools for web service resilience."
authors = [
{ name = "Christian Krudewig", email = "chr1st1ank@krudewig-online.de" },
Expand Down

0 comments on commit 13b7660

Please sign in to comment.