Skip to content

Commit

Permalink
Add 0.0.4dev to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Jan 26, 2023
1 parent 5d53bd5 commit 5a3336d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/oemof/tabular/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@
with open(FOREIGN_KEY_DESCRIPTORS_FILE, "r") as fk_descriptors_file:
FOREIGN_KEY_DESCRIPTORS = json.load(fk_descriptors_file)

supported_oemof_tabular_versions = [None, "0.0.1", "0.0.2", "0.0.3"]
supported_oemof_tabular_versions = [
None,
"0.0.1",
"0.0.2",
"0.0.3",
"0.0.4dev",
]

0 comments on commit 5a3336d

Please sign in to comment.