From b264b8884d35b4c36e8cd00456174417917e24a6 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 7 Jan 2012 18:12:03 -0800 Subject: [PATCH] Prepare 0.11 release --- CHANGES.txt | 2 +- docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f67a08a..7533a95 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.11-dev *Next release* +0.11 (2012-01-07) - Added a new 65Org16 MPU simulation written by Ed Spittles. diff --git a/docs/conf.py b/docs/conf.py index 6534ea7..ed5886c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,16 +39,16 @@ master_doc = 'index' # General information about the project. project = u'Py65' -copyright = u'2008-2011, Mike Naberezny' +copyright = u'2008-2012, Mike Naberezny' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.10' +version = '0.11' # The full version, including alpha/beta/rc tags. -release = '0.10' +release = '0.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.