From ae755cd0691f5b4263827b858bb1d78b63c98481 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 12 Mar 2019 17:29:55 -0700 Subject: [PATCH] increment to 1.1 --- debian/changelog | 6 ++++++ documentation/conf.py | 6 +++--- documentation/index.rst | 7 ------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1740e6..a23da7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pydevsup (1.1) UNRELEASED; urgency=medium + + * New release + + -- Michael Davidsaver Tue, 12 Mar 2019 17:28:40 -0700 + pydevsup (1.0) unstable; urgency=medium * initial diff --git a/documentation/conf.py b/documentation/conf.py index fa72552..49af58c 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'pyDevSup' -copyright = u'2013, Michael Davidsaver' +copyright = u'2019, Michael Davidsaver' # 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.2' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/documentation/index.rst b/documentation/index.rst index e0543cc..b3345f3 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -26,13 +26,6 @@ Contents: interfaces ptable -Release History ---------------- - -* v0.2 (June 2014) - * Initial release - - Indices and tables ==================