aboutsummaryrefslogtreecommitdiffstats
path: root/mail2news.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2020-07-01 16:07:04 +0200
committerMatěj Cepl <mcepl@cepl.eu>2020-07-01 16:21:05 +0200
commitc145cf4bbf1dc08245dca5311504d9e882f12cc2 (patch)
tree2ad52d67190c27c6332ed36ee4090f65c3333c39 /mail2news.py
parentd5fc1faf927a5ff91f3416eb97014c0eadb14742 (diff)
downloadpygn-c145cf4bbf1dc08245dca5311504d9e882f12cc2.tar.gz
Fix packaging, switch off failing tests for now.
Diffstat (limited to 'mail2news.py')
-rw-r--r--mail2news.py2
1 files changed, 1 insertions, 1 deletions
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"