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 9a58f83 commit 8897fb6Copy full SHA for 8897fb6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.6.17
4
+
5
+* Removed unnecessary dependencies of the SDK, bumped Pyarrow to v10.
6
7
8
## v0.6.16
9
10
* Expanded the retry mechanism for HTTP failures raised as `ConnectionError`.
railib/__init__.py
@@ -12,5 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version_info__ = (0, 6, 16)
+__version_info__ = (0, 6, 17)
16
__version__ = ".".join(map(str, __version_info__))
0 commit comments