From c145cf4bbf1dc08245dca5311504d9e882f12cc2 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 1 Jul 2020 16:07:04 +0200 Subject: Fix packaging, switch off failing tests for now. --- mail2news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail2news.py') diff --git a/mail2news.py b/mail2news.py index 34cfed8..5f9d7a7 100644 --- a/mail2news.py +++ b/mail2news.py @@ -31,7 +31,7 @@ import sys # This is the single source of Truth # Yes, it is awkward to have it assymetrically here # and not in news2mail as well. -VERSION = '0.10.1' +VERSION = '0.10.2' DESC = "The Python Gateway Script: news2mail mail2news gateway" -- cgit