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")