From 3821e37febd265bf882b83ae7d9aac9dbbbf9ace Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Sun, 15 Dec 2019 23:36:38 -0600 Subject: [PATCH] PyQtGraph release 0.11.0rc0 --- doc/source/conf.py | 4 ++-- pyqtgraph/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3ec48f75ab..da0eb13f75 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '0.10.0' +version = '0.11.0rc0' # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '0.11.0rc0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index da14a83b83..ac9a880566 100644 --- a/pyqtgraph/__init__.py +++ b/pyqtgraph/__init__.py @@ -4,7 +4,7 @@ www.pyqtgraph.org """ -__version__ = '0.11.0.dev0' +__version__ = '0.11.0rc0' ### import all the goodies and add some helper functions for easy CLI use