Skip to content

Commit

Permalink
release 23.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 18, 2023
1 parent e9adb8e commit 97affc6
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: "v23.09.0"
automatic_release_tag: "v23.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 = 230900
VERSION = 231200
# 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="23.09.0",
version="23.12.0",
packages=find_packages(),
author='Outscale SAS',
author_email='[email protected]',
Expand Down

0 comments on commit 97affc6

Please sign in to comment.