Skip to content

Commit 4e5fda9

Browse files
author
Giorgio Salluzzo
committed
New version with HTTPretty compatibility layer.
1 parent 4fc08e5 commit 4e5fda9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__all__ = (mocketize, Mocket, MocketEntry)
99

10-
__version__ = '2.0.0'
10+
__version__ = '2.1.0'

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ def read_version(package):
4040
setup(
4141
name=package_name,
4242
version=read_version(package_name),
43-
# author='Andrea de Marco, Giorgio Salluzzo',
4443
author='Giorgio Salluzzo',
45-
4644
author_email='[email protected]',
4745
url='https://github.com/mindflayer/python-mocket',
4846
description='Socket Mock Framework - for all kinds of socket animals, web-clients included - \

0 commit comments

Comments
 (0)