diff --git a/CHANGELOG b/CHANGELOG index 79839657..9bb3a810 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ +Changes in version 3.1.45 - 2016-01-10 + o Fix failure in SSL initialization (#274) + o Simplify design of mail notifications and add default configuration + Changes in version 3.1.44 - 2016-01-06 o Automate generation of DH parameters (#260) - o Replace onionoo with check.torproject.org/exit-addresses #125 + o Replace onionoo with check.torproject.org/exit-addresses (#125) Changes in version 3.1.43 - 2015-12-26 o Update and stabilize dependencies based on packaged debian versions diff --git a/tor2web/__init__.py b/tor2web/__init__.py index 5477b3b6..4f42d44e 100644 --- a/tor2web/__init__.py +++ b/tor2web/__init__.py @@ -1,3 +1,3 @@ -__version__ = '3.1.44' +__version__ = '3.1.45' __all__ = ['utils']