Skip to content

Commit

Permalink
add upgrade step (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis authored Mar 13, 2024
1 parent af7790b commit 6566e4c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/_nebari/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,17 @@ def _version_specific_upgrade(
return config


class Upgrade_2024_3_2(UpgradeStep):
version = "2024.3.2"

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

return config


__rounded_version__ = str(rounded_ver_parse(__version__))

# Manually-added upgrade steps must go above this line
Expand Down

0 comments on commit 6566e4c

Please sign in to comment.