8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f44cb commit 794f490Copy full SHA for 794f490
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.1 (26 Jan 2018)
2
+
3
+* Fixed #257 where refreshing extracts does not work due to a missing "self"
4
5
## 0.6 (17 Jan 2018)
6
7
* Added support for add a datasource/workbook refresh to a schedule (#244)
test/test_regression_tests.py
@@ -5,4 +5,4 @@
class BugFix257(unittest.TestCase):
def test_empty_request_works(self):
result = factory.EmptyRequest().empty_req()
8
- self.assertEquals('<tsRequest />', result)
+ self.assertEquals('<tsRequest />', result)
0 commit comments