1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 18:41:32 +00:00

Prepare 1.1.0 release

This commit is contained in:
Mike Naberezny 2018-07-01 14:11:08 -07:00
parent a5dc853e9b
commit 730e39c029
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
1.1.0.dev0 (Next Release)
-------------------------
1.1.0 (2018-07-01)
------------------
- The ``Monitor`` class now allows the default memory to be supplied in
the constructor. Patch by Irmen de Jong.

View File

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

View File

@ -1,4 +1,4 @@
__version__ = '1.0.1.dev0'
__version__ = '1.1.0'
import sys