Skip to content

Commit

Permalink
Add 0.9 changelog and bump version. ☝️
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Sep 18, 2014
1 parent a9f9383 commit 29457f8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Changelog
===========

Pyzor 0.9.0
------------

Bug fixes:

* Fix gdbm decoding issue. (`#20 <https://github.com/SpamExperts/pyzor/issues/20>`_)
* Fix inconsistencies accounts and addresses. (`#22 <https://github.com/SpamExperts/pyzor/issues/22>`_)

New features:

* Strip content inside ``<style>`` and `<script>` tags during HTML
normalization. (`#19 <https://github.com/SpamExperts/pyzor/issues/19>`_)
* Improvements in Pyzor client error codes. (`#17 <https://github.com/SpamExperts/pyzor/issues/17>`_)
* Add support for logging to Sentry (`#7 <https://github.com/SpamExperts/pyzor/issues/7>`_)

Perfomance enhancements:

* Do report and whitelist in a single step for MySQL Server Engine.
(`#5 <https://github.com/SpamExperts/pyzor/issues/23>`_)


Others:

* You can now requests whitelisting a message by using a simple form
available at: `http://public.pyzor.org/whitelist/ <http://public.pyzor.org/whitelist/>`_


Pyzor 0.8.0
--------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8'
release = '0.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyzor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Frank J. Tobin, ftobin@neverending.org"
__credits__ = "Tony Meyer, Dreas von Donselaar, all the Pyzor contributors."
__version__ = "0.8.0"
__version__ = "0.9.0"

import hashlib

Expand Down

0 comments on commit 29457f8

Please sign in to comment.