Skip to content

Commit

Permalink
Release 23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Feb 21, 2023
1 parent 3368185 commit 4e55f61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Versions follow [CalVer](https://calver.org/) with a strict backwards-compatibil
policy. The **first number** of the version is the short year (last 2 digits). The
**second number** is incremented with each release, starting at 1 for each year.

## miteclock 23.1

- Update mite URL to reflect the webapp's new domain.
- Test and document support for Pythonn 3.11.
- Pin direct dependencies. This reduces the likelihood of bugs and problems due to
differences in installed packages.
- Development changes: introduce bumpver tool to manage versions, expand test coverage.

## miteclock 22.3

- Rename `client` field to `customer` to be more consistent with mite terminology. This
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "miteclock"
version = "22.3"
version = "23.1"
description = "Clock in and out of mite.de quickly."
authors = ["Ilia Kurenkov <[email protected]>"]
license="MIT"
Expand Down Expand Up @@ -57,7 +57,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.bumpver]
current_version = "22.3"
current_version = "23.1"
version_pattern = "YY.INC1"
commit_message = "Release {new_version}"
commit = true
Expand Down

0 comments on commit 4e55f61

Please sign in to comment.