Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed May 15, 2024
2 parents bc737fc + d13a7c7 commit 54df765
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
## [Unreleased]
### Added

### Changed

### Fixed

## [1.1.0] - 2024-05-15
### Added

### Changed
- update packages to latest versions in poetry lockfile
- update funding information
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.0.1"
__version__ = "1.1.0"
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")])
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "digiplan"
version = "0.6.0"
version = "1.1.0"
description = "Digiplan"
authors = [
"Hendrik Huyskens <[email protected]>",
Expand Down

0 comments on commit 54df765

Please sign in to comment.