From b95dd0e4a8b1811bf105f972f054d6abfdd844d7 Mon Sep 17 00:00:00 2001 From: Alexandru Chirila Date: Mon, 8 Jan 2018 13:26:10 +0200 Subject: [PATCH] Bump version add history file. --- HISTORY.md | 9 +++++++++ oa/__init__.py | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 HISTORY.md diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 00000000..39c0ebfa --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,9 @@ +Changelog for OrangeAssassin + +### v1.1b 2018-01-08 + + - [#35](https://github.com/SpamExperts/OrangeAssassin/issues/35) - Add replacement for Plugin::Bayes + +### v1.0b 2017-03-28 + + - Initial Release diff --git a/oa/__init__.py b/oa/__init__.py index 35c67e9c..7d59ce2d 100644 --- a/oa/__init__.py +++ b/oa/__init__.py @@ -1,4 +1,4 @@ """Python Antispam Daemon""" -__version__ = "1.0b" -__release_date__ = "2017-03-28" +__version__ = "1.1b" +__release_date__ = "2018-01-08"