Skip to content

Commit

Permalink
Bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Sep 30, 2023
1 parent 431e979 commit 87a1a77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.rst
@@ -1,12 +1,24 @@
Changelog
=========

1.3.0 (2023-09-30)
------------------

- [ADDED] Added official support for Python 3.11 and 3.12.
- [ADDED] Added dependency on ``types-python-dateutil`` to improve Arrow mypy compatibility. `PR #1102 <https://github.com/arrow-py/arrow/pull/1102>`_
- [FIX] Updates to Italian, Romansh, Hungarian, Finish and Arabic locales.
- [FIX] Handling parsing of UTC prefix in timezone strings.
- [CHANGED] Update documentation to improve readability.
- [CHANGED] Dropped support for Python 3.6 and 3.7, which are end-of-life.
- [INTERNAL] Migrate from ``setup.py``/Twine to ``pyproject.toml``/Flit for packaging and distribution.
- [INTERNAL] Adopt ``.readthedocs.yaml`` configuration file for continued ReadTheDocs support.

1.2.3 (2022-06-25)
------------------

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

1.2.2 (2022-01-19)
------------------
Expand Down
2 changes: 1 addition & 1 deletion arrow/_version.py
@@ -1 +1 @@
__version__ = "1.2.3"
__version__ = "1.3.0"

0 comments on commit 87a1a77

Please sign in to comment.