diff --git a/changelog b/changelog index 7c2f5c5..c1b8147 100644 --- a/changelog +++ b/changelog @@ -5,6 +5,9 @@ Copyright 2016 Juliette Monsel Changelog --------- +- Version 1.1.4 + * Corrected bug: update checker not working due to typo in html parser + - Version 1.1.3 * Improved Preferences dialog layout * Added update checker @@ -14,7 +17,7 @@ Changelog that the installation is neater and also it can be used as a portable software (if run locally, the config files are created inside the app folder, not in the home directory) - * created .deb package + * Created .deb package - Version 1.1.2 * Corrected bug: ImportError: No module named 'tktray' diff --git a/checkmailslib/version_check.py b/checkmailslib/version_check.py index 9683537..c7d07ec 100755 --- a/checkmailslib/version_check.py +++ b/checkmailslib/version_check.py @@ -44,7 +44,7 @@ def handle_endtag(self, tag): pass def handle_data(self, data): - res = re.match(r"^mynotes-[0-9]+\.[0-9]+\.[0-9]+", data) + res = re.match(r"^checkmails-[0-9]+\.[0-9]+\.[0-9]+", data) if res: self.version = res.group().split("-")[-1] diff --git a/setup.py b/setup.py index fec2db4..79996eb 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ("share/pixmaps", ["checkmails.svg"])] setup(name = "checkmails", - version = "1.1.3", + version = "1.1.4", description = "System tray unread mail checker", author = "Juliette Monsel", author_email = "j_4321@protonmail.com", diff --git a/sha512sums.txt b/sha512sums.txt deleted file mode 100644 index db86263..0000000 --- a/sha512sums.txt +++ /dev/null @@ -1 +0,0 @@ -efb7c79ad8148ab126641faa740b0d9778a239f0a3ee2db54d062c10290201fc7abd85485b62a3660a10eb1aeef2134f0d220dd0d64748d7e1286894154cf124 dist/checkmails-1.1.3.tar.gz