Skip to content

Commit

Permalink
Version 1.0.1 with fix for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsabbagh committed Aug 5, 2022
1 parent 6c38a49 commit 8d72529
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
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.
Expand Down
11 changes: 5 additions & 6 deletions debian/copyright
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/>.
2 changes: 1 addition & 1 deletion fp-collapse-monitor
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).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 8d72529

Please sign in to comment.