Skip to content

Commit

Permalink
twisted 19.2.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Mar 27, 2019
1 parent 2c739f7 commit f2fb8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/twisted/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version('Twisted', 19, 2, 0, release_candidate=1)
__version__ = Version('Twisted', 19, 2, 0, release_candidate=2)
__all__ = ["__version__"]
2 changes: 1 addition & 1 deletion src/twisted/web/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ class HostnameCachingHTTPSPolicy(object):
@ivar _cacheSize: See C{cacheSize} parameter of L{__init__}.
@since: Twisted 19.2.0rc1
@since: Twisted 19.2.0rc2
"""

def __init__(self, policyforHTTPS, cacheSize=20):
Expand Down

0 comments on commit f2fb8e3

Please sign in to comment.