Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.16.0 to dev branch #1626

Merged
merged 3 commits into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 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 inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.X.X] - 20XX-XX-XX
## [1.16.0] - 2023-08-01

### Added
- boolean value (#1255)
Expand All @@ -13,11 +13,14 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- energy technology (#1591)
- power generation technology and 20 subclasses (#1601)
- policy scenario, reference role, reference scenario (#1614)
- population count, annual GDP growth (#1623)
- greenhouse gas emission scenario, co2 emission scenario (#1615)
- population count, annual GDP growth (#1623)

### Changed
- boolean variable, true, false (#1255)
- reimplemented competency question tests in pytest (#1420)
- added commands to filter competency questions from the command line (#1420)
- added descriptive names to competency questions. and organized them in directories (#1420)
- production (#1575)
- technology (#1591)
- quantity value (#1606)
Expand All @@ -26,9 +29,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- secondary energy production (#1619)
- hydro energy, solar energy, wind energy (#1620)
- gross domestic product (#1623)
- reimplemented competency question tests in pytest (#1420)
- added commands to filter competency questions from the command line (#1420)
- added descriptive names to competency questions. and organized them in directories (#1420)

### Removed
- old compteency question bash script (#1420)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ authors:
title: "Open Energy Ontology (OEO)"
type: software
license: CC0-1.0
version: 1.15.0
version: 1.16.0
doi:
date-released: 2023-05-31
date-released: 2023-08-01
url: "https://github.com/OpenEnergyPlatform/ontology"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.16.0
Loading