Skip to content

Commit a077533

Browse files
authored
Merge pull request #1186 from NatLabRockies/develop
FLORIS v4.6.4
2 parents 305ffb1 + 250164a commit a077533

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
environment: release-pypi
1515
if: github.repository_owner == 'NatLabRockies'
1616
runs-on: ubuntu-latest
17+
permissions:
18+
id-token: write
1719
steps:
1820
- uses: actions/checkout@v6
1921
- name: Set up Python

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FLORIS is a controls-focused wind farm simulation software incorporating
44
steady-state engineering wake models into a performance-focused Python
55
framework. It has been in active development at NLR since 2013 and the latest
6-
release is [FLORIS v.4.6.3](https://github.com/NatLabRockies/floris/releases/latest).
6+
release is [FLORIS v.4.6.4](https://github.com/NatLabRockies/floris/releases/latest).
77
Online documentation is available at https://natlabrockies.github.io/floris.
88

99
The software is in active development and engagement with the development team
@@ -89,7 +89,7 @@ PACKAGE CONTENTS
8989
wind_data
9090

9191
VERSION
92-
4.6.3
92+
4.6.4
9393

9494
FILE
9595
~/floris/floris/__init__.py

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PACKAGE CONTENTS
9191
wind_data
9292

9393
VERSION
94-
4.6.3
94+
4.6.4
9595

9696
FILE
9797
~/floris/floris/__init__.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "floris"
7-
version = "4.6.3"
7+
version = "4.6.4"
88
description = "A controls-oriented engineering wake model."
99
readme = "README.md"
1010
requires-python = ">=3.10, <3.15"

0 commit comments

Comments
 (0)