Skip to content
Snippets Groups Projects
Commit 6c31ff9d authored by Antoine Beaupré's avatar Antoine Beaupré
Browse files

prepare 1.1 upload to unstable!

parent 8f64acca
Branches
No related tags found
No related merge requests found
monkeysign (1.1~git) UNRELEASED; urgency=low monkeysign (1.1) unstable; urgency=low
[Antoine Beaupré] [Antoine Beaupré]
* improved SMTP support: * improved SMTP support:
...@@ -21,7 +21,7 @@ monkeysign (1.1~git) UNRELEASED; urgency=low ...@@ -21,7 +21,7 @@ monkeysign (1.1~git) UNRELEASED; urgency=low
* fix some typos (Closes: #722964) * fix some typos (Closes: #722964)
* add --cert-level option (Closes: #722740) * add --cert-level option (Closes: #722740)
-- Antoine Beaupré <anarcat@debian.org> Mon, 30 Sep 2013 22:26:12 +0200 -- Antoine Beaupré <anarcat@debian.org> Tue, 01 Oct 2013 00:22:30 +0200
monkeysign (1.0) unstable; urgency=low monkeysign (1.0) unstable; urgency=low
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version_info__ = ('1', '0') __version_info__ = ('1', '1')
__version__ = '.'.join(__version_info__) __version__ = '.'.join(__version_info__)
__copyright__ = """Copyright (C) 2010-2013 Antoine Beaupré, Jerome Charaoui __copyright__ = """Copyright (C) 2010-2013 Antoine Beaupré, Jerome Charaoui
This program comes with ABSOLUTELY NO WARRANTY. This program comes with ABSOLUTELY NO WARRANTY.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment