diff --git a/CHANGES.rst b/CHANGES.rst index 564d52b..d6a5fd2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -1.2.0.dev0 (Next Release) -------------------------- +1.2.0 (2024-04-12) +------------------ - Fixed a bug with character input that would cause characters to be dropped when pasting in larger amounts of text. This makes it possible diff --git a/docs/conf.py b/docs/conf.py index 6054383..1aca162 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year # built documents. # # The short X.Y version. -version = '1.1.0.dev0' +version = '1.2.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index cabfafd..3f36100 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '2.0.0.dev0' +__version__ = '1.2.0' import sys