Skip to content

Commit a905c2a

Browse files
committed
Merge branch 'main' into dev
2 parents 2291dc2 + 111f422 commit a905c2a

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
1111

1212
### Fixed
1313

14+
## [1.1.2] - 2024-12-09
15+
### Fixed
16+
- mapengine version in v2.2.10
17+
1418
## [1.1.1] - 2024-12-09
1519
### Added
1620
- Intro tour

digiplan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Digiplan init - holds current version."""
22

3-
__version__ = "1.1.1"
3+
__version__ = "1.1.2"
44
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")])

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "empowerplan"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "EmPowerPlan"
55
authors = [
66
"Hendrik Huyskens <[email protected]>",
@@ -36,7 +36,7 @@ django-geojson = "^3.1.0"
3636
# Custom apps
3737
# -----------------------------------------------------------------------------poetry-
3838
django-oemof = {git="https://github.com/rl-institut/django-oemof.git", tag="v0.18.1"}
39-
django-mapengine = "2.2.9"
39+
django-mapengine = "2.2.10"
4040
geojson = "^3.0.1"
4141
oemof-network = "0.5.0a5"
4242
django-template-partials = "^23.4"

0 commit comments

Comments
 (0)