From e5411540375df4e419058b6c253c27c600c0bc9b Mon Sep 17 00:00:00 2001 From: PeterP Date: Fri, 30 Nov 2018 12:01:41 -0500 Subject: [PATCH] bump version to 1.1.0 --- Doc/SignalIntegrityLinux | 2 +- Doc/SignalIntegrityWindows | 2 +- SignalIntegrity/__about__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/SignalIntegrityLinux b/Doc/SignalIntegrityLinux index 4728c422d..35104fdb1 100644 --- a/Doc/SignalIntegrityLinux +++ b/Doc/SignalIntegrityLinux @@ -38,7 +38,7 @@ PROJECT_NAME = SignalIntegrity # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.5 +PROJECT_NUMBER = 1.1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Doc/SignalIntegrityWindows b/Doc/SignalIntegrityWindows index 46c9352f7..cf052f863 100644 --- a/Doc/SignalIntegrityWindows +++ b/Doc/SignalIntegrityWindows @@ -38,7 +38,7 @@ PROJECT_NAME = SignalIntegrity # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.5 +PROJECT_NUMBER = 1.1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/SignalIntegrity/__about__.py b/SignalIntegrity/__about__.py index c66f6fc9b..f7b44df9d 100644 --- a/SignalIntegrity/__about__.py +++ b/SignalIntegrity/__about__.py @@ -28,5 +28,5 @@ __url__ = "https://github.com/TeledyneLeCroy/SignalIntegrity" __copyright__ = u"Copyright {} 2018, {}".format(u"\u00A9",__organization__) __license__ = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" -__version__ = "1.0.5" +__version__ = "1.1.0" __status__ = "Development Status :: 4 - Beta"