-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
fp-collapse-monitor (1.0.1) focal; urgency=low | ||
|
||
* Fix bug #1. | ||
|
||
-- Muhammed Hanny Sabbagh <[email protected]> Sat, 5 Aug 2022 01:20:33 +0200 | ||
|
||
fp-collapse-monitor (1.0) focal; urgency=low | ||
|
||
* First Version. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# M.Hanny Sabbagh, 2020. | ||
# M.Hanny Sabbagh, 2022 for FOSS Post. | ||
|
||
# WhatsKit is free software: you can redistribute it and/or modify | ||
# This software is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# the Free Software Foundation, version 3.0. | ||
|
||
# WhatsKit is distributed in the hope that it will be useful, | ||
# This software is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
|
||
# You should have received a copy of the GNU General Public License | ||
# along with WhatsKit. If not, see <http://www.gnu.org/licenses/>. | ||
# along with this software. If not, see <http://www.gnu.org/licenses/>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python3 | ||
# Muhammed Hanny Sabbagh, FOSS Post, 2022 <[email protected], [email protected]> | ||
# Licensed under the GPLv3 license (Attached). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
("/usr/share/applications", ["data/fp-collapse-monitor.desktop"]) ] | ||
|
||
setup(name = "fp-collapse-monitor", | ||
version = "1.0", | ||
version = "1.0.1", | ||
description = "Simple out-of-the-box browser for collapse maps worldwide.", | ||
author = "Muhammed Hanny Sabbagh", | ||
author_email = "[email protected]", | ||
|