diff --git a/CHANGELOG b/CHANGELOG index df027011..388f51b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -pyqtgraph-0.10.0 [unreleased] +pyqtgraph-0.10.0 New Features: - PyQt5 support diff --git a/doc/source/conf.py b/doc/source/conf.py index 04acdd36..3ec48f75 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,9 +50,9 @@ copyright = '2011, Luke Campagnola' # built documents. # # The short X.Y version. -version = '0.9.10' +version = '0.10.0' # The full version, including alpha/beta/rc tags. -release = '0.9.10' +release = '0.10.0' # 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 5b17297f..301f9f1e 100644 --- a/pyqtgraph/__init__.py +++ b/pyqtgraph/__init__.py @@ -4,7 +4,7 @@ PyQtGraph - Scientific Graphics and GUI Library for Python www.pyqtgraph.org """ -__version__ = '0.9.10' +__version__ = '0.10.0' ### import all the goodies and add some helper functions for easy CLI use