1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Prepare 1.2.0 release

This commit is contained in:
Mike Naberezny 2024-04-12 13:00:50 -07:00
parent 1870d65982
commit 9455a5c70e
3 changed files with 4 additions and 4 deletions

View File

@ -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 - Fixed a bug with character input that would cause characters to be
dropped when pasting in larger amounts of text. This makes it possible dropped when pasting in larger amounts of text. This makes it possible

View File

@ -49,7 +49,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.1.0.dev0' version = '1.2.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version

View File

@ -1,4 +1,4 @@
__version__ = '2.0.0.dev0' __version__ = '1.2.0'
import sys import sys