Skip to content

Commit

Permalink
Bump version add history file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Jan 8, 2018
1 parent fad274c commit b95dd0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions oa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Python Antispam Daemon"""

__version__ = "1.0b"
__release_date__ = "2017-03-28"
__version__ = "1.1b"
__release_date__ = "2018-01-08"

0 comments on commit b95dd0e

Please sign in to comment.