Skip to content

Commit 66ac193

Browse files
committed
bump version, note in HISTORY.md
1 parent 4705ede commit 66ac193

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## History
22

3+
### 0.12.0
4+
5+
- [FIX] Compatibility fix for Python 2.x
6+
37
### 0.11.0
48

59
- [FIX] Fix grammar of ArabicLocale

arrow/__init__.py

+1-1
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.11.0'
7+
__version__ = '0.12.0'
88
VERSION = __version__

0 commit comments

Comments
 (0)