Skip to content

Commit 87a1a77

Browse files
committed
Bump version and add changelog
1 parent 431e979 commit 87a1a77

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.rst

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
Changelog
22
=========
33

4+
1.3.0 (2023-09-30)
5+
------------------
6+
7+
- [ADDED] Added official support for Python 3.11 and 3.12.
8+
- [ADDED] Added dependency on ``types-python-dateutil`` to improve Arrow mypy compatibility. `PR #1102 <https://github.com/arrow-py/arrow/pull/1102>`_
9+
- [FIX] Updates to Italian, Romansh, Hungarian, Finish and Arabic locales.
10+
- [FIX] Handling parsing of UTC prefix in timezone strings.
11+
- [CHANGED] Update documentation to improve readability.
12+
- [CHANGED] Dropped support for Python 3.6 and 3.7, which are end-of-life.
13+
- [INTERNAL] Migrate from ``setup.py``/Twine to ``pyproject.toml``/Flit for packaging and distribution.
14+
- [INTERNAL] Adopt ``.readthedocs.yaml`` configuration file for continued ReadTheDocs support.
15+
416
1.2.3 (2022-06-25)
517
------------------
618

719
- [NEW] Added Amharic, Armenian, Georgian, Laotian and Uzbek locales.
820
- [FIX] Updated Danish locale and associated tests.
9-
- [INTERNAl] Small fixes to CI.
21+
- [INTERNAL] Small fixes to CI.
1022

1123
1.2.2 (2022-01-19)
1224
------------------

arrow/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.3"
1+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)