Skip to content

Commit

Permalink
Merge pull request #4 from rl-institut/release/0.0.1
Browse files Browse the repository at this point in the history
[0.0.1] Initial Release - Hello Super-Repo - 2024-04-09
  • Loading branch information
ciaradunks authored Apr 9, 2024
2 parents ceb8445 + 0174b8f commit f1cb012
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/oemof_tabular_plugins/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.1rc3"
__version__ = "0.0.1"
__date__ = "2024-04-09"

0 comments on commit f1cb012

Please sign in to comment.