Merge tag 'pyqtgraph-0.10.0' into develop

This commit is contained in:
Luke Campagnola 2016-11-05 00:34:28 -07:00
commit 4cdc3ac7e5
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
pyqtgraph-0.10.0 [unreleased]
pyqtgraph-0.10.0
New Features:
- PyQt5 support

View File

@ -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.

View File

@ -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