Skip to content

Commit

Permalink
release 24.06.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 Jun 20, 2024
1 parent 7a28e02 commit 3522ec3
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 @@ -27,7 +27,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.TOKEN }}"
automatic_release_tag: "v24.03.0"
automatic_release_tag: "v24.06.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 = 240300
VERSION = 240600
# 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 @@ -3,7 +3,7 @@

setup(
name='osc-tui',
version="24.03.0",
version="24.06.0",
packages=find_packages(),
author='Outscale SAS',
author_email='[email protected]',
Expand Down

0 comments on commit 3522ec3

Please sign in to comment.