Skip to content

Commit

Permalink
Merge pull request #47 from e2nIEE/release/v1.5.1
Browse files Browse the repository at this point in the history
Release/v1.5.1
  • Loading branch information
SteffenMeinecke authored Apr 8, 2024
2 parents 9cc5be8 + cb57a87 commit f192767
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/upload_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ name: upload
on:
# Allows you to run this workflow manually from the Actions tab
push:
tags:
- 'v*'
branches:
- master

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
=============

[1.5.1] - 2024-04-08
----------------------
[FIXED] spelling mistake in pyproject.toml

[1.5.0] - 2024-04-08
----------------------
- [CHANGED] apply FutureWarnings of pandas 2.2
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "simbench"
version = "1.5.0" # File format version '__format_version__' is tracked in _version.py
version = "1.5.1" # File format version '__format_version__' is tracked in _version.py
authors = [
{ name = "Steffen Meinecke", email = "steffen.meinecke@uni-kassel.de" }
]
Expand All @@ -31,7 +31,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Pytohn :: 3.12"
"Programming Language :: Python :: 3.12"
]
dependencies = [
"pandapower>=2.12.1"
Expand Down

0 comments on commit f192767

Please sign in to comment.