Skip to content

Commit

Permalink
Merge pull request pyqtgraph#1238 from ksunden/pre-0.11.0
Browse files Browse the repository at this point in the history
Final preparations for 0.11.0 release
  • Loading branch information
j9ac9k authored Jun 8, 2020
2 parents fe620e8 + e1f2cdc commit d2ef213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pyqtgraph-0.11.0 (in development)
pyqtgraph-0.11.0

NOTICE: This is the _last_ feature release to support Python 2 and Qt 4 (PyQt4 or pyside 1)

New Features:
- #101: GridItem formatting options
Expand Down Expand Up @@ -127,7 +129,6 @@ pyqtgraph-0.11.0 (in development)
- #151: Optionally provide custom PlotItem to PlotWidget
- #1093: Fix aspectRatio and zoom range issues when zooming
- #390: moved some functionality from method 'export' to new method
- #391: changed structure to redefine axis via plotitem.setAxes
- #468: Patch/window handling
- #392: new method 'getAxpectRatio' with code taken from 'setAspectLocked'
- #1206: Added context menu option to parametertree
Expand Down Expand Up @@ -308,6 +309,7 @@ pyqtgraph-0.11.0 (in development)
- #1223: Remove workaround for memory leak in QImage
- #1217: Get docs version and copyright year dynamically
- #1229: Wrap text in tables in docs
- #1231: Update readme for 0.11 release


pyqtgraph-0.10.0
Expand Down
2 changes: 1 addition & 1 deletion pyqtgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
www.pyqtgraph.org
"""

__version__ = '0.11.0.dev0'
__version__ = '0.11.0'

### import all the goodies and add some helper functions for easy CLI use

Expand Down

0 comments on commit d2ef213

Please sign in to comment.