Skip to content

Commit 8897fb6

Browse files
author
Anatoli Kurtsevich
authored
updated CHANGELOG and bumped the version to v0.6.17 (#138)
1 parent 9a58f83 commit 8897fb6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.6.17
4+
5+
* Removed unnecessary dependencies of the SDK, bumped Pyarrow to v10.
6+
7+
38
## v0.6.16
49

510
* Expanded the retry mechanism for HTTP failures raised as `ConnectionError`.

railib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 6, 16)
15+
__version_info__ = (0, 6, 17)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)