Merge tag 'pyqtgraph-0.10.0' into develop
This commit is contained in:
commit
4cdc3ac7e5
@ -1,4 +1,4 @@
|
||||
pyqtgraph-0.10.0 [unreleased]
|
||||
pyqtgraph-0.10.0
|
||||
|
||||
New Features:
|
||||
- PyQt5 support
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user