Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Dec 9, 2024
1 parent 8393890 commit 2291dc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe

### Fixed

## [Unreleased]
## [1.1.1] - 2024-12-09
### Added
- Intro tour

Expand Down
2 changes: 1 addition & 1 deletion digiplan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Digiplan init - holds current version."""

__version__ = "1.1.0"
__version__ = "1.1.1"
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")])
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "empowerplan"
version = "1.1.0"
version = "1.1.1"
description = "EmPowerPlan"
authors = [
"Hendrik Huyskens <[email protected]>",
Expand Down

0 comments on commit 2291dc2

Please sign in to comment.