From 363dd3d1bc1efded44906eb0c5129a379fd699be Mon Sep 17 00:00:00 2001 From: Jonas Huber Date: Tue, 24 Sep 2024 23:16:17 +0200 Subject: [PATCH 1/2] create release changelog -> v1.0.2 --- versions/changelogs/1_0_2.md | 11 +++++++++++ versions/changelogs/current.md | 2 -- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 versions/changelogs/1_0_2.md diff --git a/versions/changelogs/1_0_2.md b/versions/changelogs/1_0_2.md new file mode 100644 index 000000000..7c7bef790 --- /dev/null +++ b/versions/changelogs/1_0_2.md @@ -0,0 +1,11 @@ +# Changes to the oeplatform code + +## Changes + +## Features + +## Bugs + +- Fix various bugs: Fix incorrect urls and download results on the oeo page, remove cache headers from metadata api view, fix bug on table permission page that prevented adding other users to the table [(#1867)](https://github.com/OpenEnergyPlatform/oeplatform/pull/1867) + +## Documentation updates diff --git a/versions/changelogs/current.md b/versions/changelogs/current.md index 7c7bef790..339c31ecd 100644 --- a/versions/changelogs/current.md +++ b/versions/changelogs/current.md @@ -6,6 +6,4 @@ ## Bugs -- Fix various bugs: Fix incorrect urls and download results on the oeo page, remove cache headers from metadata api view, fix bug on table permission page that prevented adding other users to the table [(#1867)](https://github.com/OpenEnergyPlatform/oeplatform/pull/1867) - ## Documentation updates From f0ff6bd282bf8bc4653de48773252dcee871e945 Mon Sep 17 00:00:00 2001 From: Jonas Huber Date: Tue, 24 Sep 2024 23:17:17 +0200 Subject: [PATCH 2/2] bump version -> v1.0.2 --- .bumpversion.cfg | 2 +- CITATION.cff | 4 ++-- VERSION | 2 +- oeplatform/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 83b5679e3..25ad08afe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 [bumpversion:file:VERSION] diff --git a/CITATION.cff b/CITATION.cff index 535e3b912..f13386b17 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -28,7 +28,7 @@ authors: title: "Open Energy Family - Open Energy Platform (OEP)" type: software license: AGPL-3.0-or-later -version: 1.0.1 +version: 1.0.2 doi: -date-released: 2024-09-23 +date-released: 2024-09-24 url: "https://github.com/OpenEnergyPlatform/oeplatform/" diff --git a/VERSION b/VERSION index 7dea76edb..6d7de6e6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/oeplatform/__init__.py b/oeplatform/__init__.py index 5c4105cd3..7863915fa 100644 --- a/oeplatform/__init__.py +++ b/oeplatform/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2"