Skip to content

Commit fc2cbaa

Browse files
authored
Bump version to 1.0.2 and update CHANGELOG (#932)
* Fix overflow on 32-bit Linux systems * Prep v1.0.2 release
1 parent 86116ae commit fc2cbaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

4+
1.0.2 (2021-02-28)
5+
------------------
6+
7+
- [FIXED] Fixed an ``OverflowError`` that could occur when running Arrow on a 32-bit OS.
8+
49
1.0.1 (2021-02-27)
510
------------------
611

arrow/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)