Skip to content

Commit a0743f4

Browse files
committed
Bump version.
1 parent 71e4716 commit a0743f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mocket/__init__.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from mocket.mocket import Mocket
88
from mocket.ssl.context import MocketSSLContext
99

10-
# NOTE this is here for backwards-compat to keep old import-paths working
10+
# NOTE the following lines are here for backwards-compatibility,
11+
# to keep old import-paths working
1112
from mocket.ssl.context import MocketSSLContext as FakeSSLContext
1213

1314
sys.modules["mocket.mockhttp"] = importlib.import_module("mocket.mocks.mockhttp")
@@ -30,4 +31,4 @@
3031
"FakeSSLContext",
3132
)
3233

33-
__version__ = "3.13.3b1"
34+
__version__ = "3.13.3"

0 commit comments

Comments
 (0)