From 2cebd4f0ec0fe3c4bbd0a741e6e90ca8e24e7bc7 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Mon, 27 Mar 2023 14:05:13 +0200 Subject: [PATCH] v 23.03.0 Signed-off-by: Matthias Gatto --- .github/workflows/make_release_bins.yml | 2 +- osc_tui/main.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make_release_bins.yml b/.github/workflows/make_release_bins.yml index b5d7090..34e7374 100644 --- a/.github/workflows/make_release_bins.yml +++ b/.github/workflows/make_release_bins.yml @@ -27,7 +27,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.TOKEN }}" - automatic_release_tag: "v22.12.0" + automatic_release_tag: "v23.03.0" prerelease: false title: "Fix Release" files: | diff --git a/osc_tui/main.py b/osc_tui/main.py index e4ea1cc..3b6cd9a 100644 --- a/osc_tui/main.py +++ b/osc_tui/main.py @@ -30,7 +30,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 = 221200 +VERSION = 230300 # GLOBALS METHODS CURRENT_GRID=None diff --git a/setup.py b/setup.py index dbd8e21..c12bb56 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='osc-tui', - version="22.12.0", + version="23.03.0", packages=find_packages(), author='Outscale SAS', author_email='opensource@outscale.com',