Skip to content

Commit f8a6521

Browse files
authored
Bump version to 1.2.2 and update CHANGELOG (#1085)
1 parent 4c4689c commit f8a6521

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

4+
1.2.2 (2022-01-19)
5+
------------------
6+
7+
- [NEW] Added Kazakh locale.
8+
- [FIX] The Belarusian, Bulgarian, Czech, Macedonian, Polish, Russian, Slovak and Ukrainian locales now support ``dehumanize``.
9+
- [FIX] Minor bug fixes and improvements to ChineseCN, Indonesian, Norwegian, and Russian locales.
10+
- [FIX] Expanded testing for multiple locales.
11+
- [INTERNAL] Started using ``xelatex`` for pdf generation in documentation.
12+
- [INTERNAL] Split requirements file into ``requirements.txt``, ``requirements-docs.txt`` and ``requirements-tests.txt``.
13+
- [INTERNAL] Added ``flake8-annotations`` package for type linting in ``pre-commit``.
14+
415
1.2.1 (2021-10-24)
516
------------------
617

arrow/_version.py

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

0 commit comments

Comments
 (0)