Skip to content

Commit

Permalink
Release 1.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mehnle committed Jun 15, 2015
1 parent 54c3b33 commit 0470be4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Release 1.0.7

* ppymilterserver.AsyncPpyMilterServer.handle_accept: Gracefully handle
multiple processes trying to accept an incoming connection (socket.accept()
returning None for all but one process).

### Release 1.0.6

* ppymilterserver.{Async,Threaded}PpyMilterServer.handle_error: Accept 0
Expand Down
2 changes: 1 addition & 1 deletion lib/ppymilter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.7'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from setuptools import setup

setup(name='ppymilter',
version='1.0.6',
version='1.0.7',
description='Pure Python Milter Library',
author='Eric DeFriez, Julian Mehnle',
author_email='[email protected]',
Expand Down

0 comments on commit 0470be4

Please sign in to comment.