From 67c94314edeb5bb4a4ccaf1b79b83aff404b61f5 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 6 Feb 2022 23:47:37 +0100 Subject: [PATCH] Remove Ubuntu 21.04 release and add 22.04 (#987) --- sample/nwProject.nwx | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index 30bcdd96..2510f865 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,13 +1,13 @@ - + Sample Project Sample Project Jane Smith Jay Doh - 1296 + 1297 199 - 64417 + 64424 False diff --git a/setup.py b/setup.py index 09e93e87..44d5cb1f 100755 --- a/setup.py +++ b/setup.py @@ -788,8 +788,8 @@ def makeForLaunchpad(doSign=False, isFirst=False, isSnapshot=False): distLoop = [ ("18.04", "bionic"), ("20.04", "focal"), - ("21.04", "hirsute"), ("21.10", "impish"), + ("22.04", "jammy"), ] tStamp = datetime.datetime.now().strftime("%Y%m%d~%H%M%S")