Skip to content

Commit b83bb86

Browse files
committed
Update version and history file.
1 parent 5248ed3 commit b83bb86

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

HISTORY.md

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

3+
### 0.6.0
4+
5+
- [FIX] Added support for Python 3
6+
- [FIX] Avoid truncating oversized epoch timestamps. Fixes #216.
7+
- [FIX] Fixed month abbreviations for Ukrainian
8+
- [FIX] Fix typo timezone
9+
- [FIX] A couple of dialect fixes and two new languages
10+
- [FIX] Spanish locale: `Miercoles` should have acute accent
11+
- [Fix] Fix Finnish grammar
12+
- [FIX] Fix typo in 'Arrow.floor' docstring
13+
- [FIX] Use read() utility to open README
14+
- [FIX] span_range for week frame
15+
- [NEW] Add minimal support for fractional seconds longer than six digits.
16+
- [NEW] Adding locale support for Marathi (mr)
17+
- [NEW] Add count argument to span method
18+
- [NEW] Improved docs
19+
20+
321
### 0.5.1 - 0.5.4
422

523
- [FIX] test the behavior of simplejson instead of calling for_json directly (tonyseek)

arrow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from .factory import ArrowFactory
55
from .api import get, now, utcnow
66

7-
__version__ = '0.5.4'
7+
__version__ = '0.6.0'
88
VERSION = __version__

0 commit comments

Comments
 (0)