Skip to content

Commit

Permalink
release 24.12.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 Dec 31, 2024
1 parent 5cbf2b0 commit 82d067b
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.09.0"
automatic_release_tag: "v24.12.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 = 240900
VERSION = 241200
# 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.09.0",
version="24.12.0",
long_description=get_long_description(),
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit 82d067b

Please sign in to comment.