diff --git a/docs/changelog.rst b/docs/changelog.rst new file mode 100644 index 00000000..b8e3a1e7 --- /dev/null +++ b/docs/changelog.rst @@ -0,0 +1,7 @@ +Changelog +========= + +OrangeAssassin 1.0b (2017-03-28) +-------------------------------- + + * Initial beta release diff --git a/oa/__init__.py b/oa/__init__.py index c48bda0c..35c67e9c 100644 --- a/oa/__init__.py +++ b/oa/__init__.py @@ -1,4 +1,4 @@ """Python Antispam Daemon""" __version__ = "1.0b" -__release_date__ = "2017-03-27" +__release_date__ = "2017-03-28"