First release after GA brings a few bug fixes:
- Fix subquery order dependency in Query constructor (https://github.com/googledatalab/pydatalab/commit/469da4b5de35832f3ebf5635315d4228250f5806)
- Fix a bug where an unbounded number of credentials wrappers got added (https://github.com/googledatalab/pydatalab/commit/84ccb95f88a307e1a730b0395db9a7d3f2fdb758)
- Fix a bug where `%bq query` table view is broke (https://github.com/googledatalab/pydatalab/commit/035a4a5a0abd17826e0af62b4cbfe87e21d5f771)
- Fix Query.data_sources method to return dict instead of list of tuples (https://github.com/googledatalab/pydatalab/commit/9d79da7a85d809847be8430066e90749fadb8916)
- Fixes for Python3 compatibility (https://github.com/googledatalab/pydatalab/commit/5deca12bf8bc6843a25d8ce147a4932ec5d102c5, https://github.com/googledatalab/pydatalab/commit/b27dc582882fe5497af49d45fc28204e4c46db12, and https://github.com/googledatalab/pydatalab/commit/99ec4491d5188a12d4a118168c84b2a45d504d85)