File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 44from .factory import ArrowFactory
55from .api import get , now , utcnow
66
7- __version__ = '0.5.4 '
7+ __version__ = '0.6.0 '
88VERSION = __version__
You can’t perform that action at this time.
0 commit comments