diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 80c68bb..b1451a3 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,5 +1,16 @@ # Release Notes +# Update 2024.12.17: **V1.1.2.3** Released + +Major Changes: + +- Bugfix: Fixed issues related to downloading models on Windows. + +主要变更: + +- 修复了在 Windows 环境下下载模型的问题。 + + # Update 2024.12.11: **V1.1.2.2** Released Major Changes: diff --git a/pix2text/__version__.py b/pix2text/__version__.py index 471bc6a..6921db3 100644 --- a/pix2text/__version__.py +++ b/pix2text/__version__.py @@ -2,4 +2,4 @@ # [Pix2Text](https://github.com/breezedeus/pix2text): an Open-Source Alternative to Mathpix. # Copyright (C) 2022-2024, [Breezedeus](https://www.breezedeus.com). -__version__ = '1.1.2.2' +__version__ = '1.1.2.3'