From 8b67c2f3e3d08984fda5222cffbe0bf9fb9b04bc Mon Sep 17 00:00:00 2001 From: Ciara Dunks Date: Tue, 9 Apr 2024 16:23:18 +0200 Subject: [PATCH 1/2] updated changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f09f4a8..a7c7741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,22 @@ For each version, important additions, changes and removals are listed here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [X.Y.Z] dev - 202Y-MM-DD +### Added + + +### Changed -## [0.0.1] Initial Release - Hello Super-Repo - 2024-02-27 +## [0.0.1] Initial Release - Hello Super-Repo - 2024-04-09 ### Added - pyproject.toml - setup.py to .gitignore - new requirements files inside a requirements folder - created `oemof_tabular_plugins/` inside `src/` folder +- created examples folder with scenarios for user to play with +- created subpackages for general, hydrogen and wefe +- added pre and post processing in the general package ### Changed - Changelog From 0174b8f657d2c401cbb6756d4c6ffe55dd1c9040 Mon Sep 17 00:00:00 2001 From: Ciara Dunks Date: Tue, 9 Apr 2024 16:23:48 +0200 Subject: [PATCH 2/2] bump version number --- src/oemof_tabular_plugins/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oemof_tabular_plugins/_version.py b/src/oemof_tabular_plugins/_version.py index 2aa637d..42d65c1 100644 --- a/src/oemof_tabular_plugins/_version.py +++ b/src/oemof_tabular_plugins/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.0.1rc3" +__version__ = "0.0.1" __date__ = "2024-04-09" \ No newline at end of file