Bumped version number in lubuntu-upgrader.
This commit is contained in:
parent
c86d8ea9dc
commit
ea80117a18
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ lubuntu-update-notifier (0.5.1) lunar; urgency=medium
|
||||
|
||||
* Added functionality for repairing an interrupted upgrade.
|
||||
* Fixed an assumption in the config-file-conflict frontend.
|
||||
* Bumped version number in lubuntu-upgrader.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 14 Dec 2022 12:32:48 -0600
|
||||
|
||||
|
@ -457,7 +457,7 @@ if __name__ == "__main__":
|
||||
help=_("Full upgrade same as dist-upgrade"))
|
||||
parser.add_argument('--version',
|
||||
action='version',
|
||||
version='%(prog)s 0.4')
|
||||
version='%(prog)s 0.5.1')
|
||||
options = parser.parse_args()
|
||||
|
||||
# run it
|
||||
|
Loading…
x
Reference in New Issue
Block a user