From 9455a5c70e059cd1263982051e392a8ac25c3e6a Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Fri, 12 Apr 2024 13:00:50 -0700 Subject: [PATCH] Prepare 1.2.0 release --- CHANGES.rst | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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