diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-01-03 09:16:08 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-01-03 09:18:37 +0100 |
commit | fc73177f54a70ceacfc1ea381c769c6d5b8de12e (patch) | |
tree | 8cd96b823471d9ca8e8b7e13c29095047be187eb /mail2news.py | |
parent | e0f8a7e01bf034f8dd5f26f7dbd0e32be4360cba (diff) | |
download | pyg-fc73177f54a70ceacfc1ea381c769c6d5b8de12e.tar.gz |
Not Affero, plain GPLv3.0.9.12
Diffstat (limited to 'mail2news.py')
-rw-r--r-- | mail2news.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail2news.py b/mail2news.py index 9b3ffc9..38ae507 100644 --- a/mail2news.py +++ b/mail2news.py @@ -29,7 +29,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.9.10' +VERSION = '0.9.12' DESC = "The Python Gateway Script: news2mail mail2news gateway" |