Skip to content

Commit 57332ed

Browse files
authored
Bump version and update CHANGELOG. (#994)
1 parent b8a9df7 commit 57332ed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

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

4+
1.1.1 (2021-06-24)
5+
------------------
6+
7+
- [NEW] Added Odia, Maltese, Serbian, Sami, and Luxembourgish locales.
8+
- [FIXED] All calls to ``arrow.get()`` should now properly pass the ``tzinfo`` argument to the Arrow constructor. See PR `#968 <https://github.com/arrow-py/arrow/pull/968/>`_ for more info.
9+
- [FIXED] Humanize output is now properly truncated when a locale class overrides ``_format_timeframe()``.
10+
- [CHANGED] Renamed ``requirements.txt`` to ``requirements-dev.txt`` to prevent confusion with the dependencies in ``setup.py``.
11+
- [CHANGED] Updated Turkish locale and added tests.
12+
413
1.1.0 (2021-04-26)
514
------------------
615

arrow/_version.py

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

0 commit comments

Comments
 (0)