Skip to content

Commit

Permalink
release 24.09.00
Browse files Browse the repository at this point in the history
Signed-off-by: matthias.gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 16, 2024
1 parent 459f2c7 commit bc9f59e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.TOKEN }}"
automatic_release_tag: "v24.06.0"
automatic_release_tag: "v24.09.0"
prerelease: true
title: "Fix Release"
files: |
Expand Down
2 changes: 1 addition & 1 deletion osc_tui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Because it's cool but also a DDOS attack :)
# So let's be cool with the API --> No auto refresh!
POLL_ENABLED = False
VERSION = 240601
VERSION = 240900
# GLOBALS METHODS

CURRENT_GRID=None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_long_description():

setup(
name='osc-tui',
version="24.06.1",
version="24.09.0",
long_description=get_long_description(),
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit bc9f59e

Please sign in to comment.