Skip to content

Commit 7ecb853

Browse files
committed
Update version to 0.2.0
There are some backwards incompatible changes this release, ClientForm has been merged in, and the implementation has changed more than usual.
1 parent c68867e commit 7ecb853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mechanize/_mechanize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import _urllib2_fork
2121
from _useragent import UserAgentBase
2222

23-
__version__ = (0, 1, 12, None, None) # 0.1.12
23+
__version__ = (0, 2, 0, None, None) # 0.2.0
2424

2525
class BrowserStateError(Exception): pass
2626
class LinkNotFoundError(Exception): pass

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
"""
2424

25-
VERSION = "0.1.12"
25+
VERSION = "0.2.0"
2626

2727
CLASSIFIERS = """\
2828
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)