Skip to content

Commit

Permalink
add upgrade step for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc authored Mar 23, 2024
1 parent 0ff7b7c commit a6f2e16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/_nebari/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,15 @@ def _version_specific_upgrade(

return config

class Upgrade_2024_3_3(UpgradeStep):
version = "2024.3.3"

def _version_specific_upgrade(
self, config, start_version, config_filename: Path, *args, **kwargs
):
rich.print("Ready to upgrade to Nebari version [green]2024.3.3[/green].")

return config

__rounded_version__ = str(rounded_ver_parse(__version__))

Expand Down

0 comments on commit a6f2e16

Please sign in to comment.