Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:empowerplan/epp-app into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Nov 19, 2024
2 parents 2f68dbb + 422e4e6 commit 7a61cd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0] - 2024-11-14
### Added
- markdown rendering
- link to changelog in docs panel
Expand Down
4 changes: 4 additions & 0 deletions captain-definition
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"schemaVersion": 2,
"dockerfilePath": "./compose/production/django/Dockerfile"
}
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.0"
__version__ = "1.1.0"
__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.0.0"
version = "1.1.0"
description = "EmPowerPlan"
authors = [
"Hendrik Huyskens <[email protected]>",
Expand Down

0 comments on commit 7a61cd3

Please sign in to comment.