Skip to content

Commit

Permalink
Bump version to 1.0.2 and update CHANGELOG (#932)
Browse files Browse the repository at this point in the history
* Fix overflow on 32-bit Linux systems

* Prep v1.0.2 release
  • Loading branch information
jadchaar committed Feb 28, 2021
1 parent 86116ae commit fc2cbaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========

1.0.2 (2021-02-28)
------------------

- [FIXED] Fixed an ``OverflowError`` that could occur when running Arrow on a 32-bit OS.

1.0.1 (2021-02-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion arrow/_version.py
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit fc2cbaa

Please sign in to comment.