Skip to content

Commit

Permalink
Remove Ubuntu 21.04 release and add 22.04 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo authored Feb 6, 2022
1 parent 7f320d2 commit 67c9431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sample/nwProject.nwx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="1.6-beta1" hexVersion="0x010600b1" fileVersion="1.3" timeStamp="2022-01-18 20:59:58">
<novelWriterXML appVersion="1.6-rc1" hexVersion="0x010600c1" fileVersion="1.3" timeStamp="2022-02-06 23:05:58">
<project>
<name>Sample Project</name>
<title>Sample Project</title>
<author>Jane Smith</author>
<author>Jay Doh</author>
<saveCount>1296</saveCount>
<saveCount>1297</saveCount>
<autoCount>199</autoCount>
<editTime>64417</editTime>
<editTime>64424</editTime>
</project>
<settings>
<doBackup>False</doBackup>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 67c9431

Please sign in to comment.