Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroBone committed Feb 12, 2024
1 parent 56b76ac commit 709df50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/dev/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Release 1.2.1

* Bug fixes & minor improvements.
* Minor API refinement.

[View on GitHub](https://github.com/ZeroBone/OfficialEye/releases/tag/1.2.1){ .md-button }

## Release 1.2.0 (beta)

### Major changes
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "officialeye"
version = "1.2.0"
version = "1.2.1"
description = "AI-powered generic document-analysis tool"
authors = [
{name = "Alexander Mayorov", email = "[email protected]"},
Expand All @@ -19,7 +19,7 @@ requires-python = ">=3.10"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Image Recognition",
"Topic :: Scientific/Engineering :: Image Processing",
Expand Down
2 changes: 1 addition & 1 deletion src/officialeye/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "officialeye"
__description__ = "An AI-powered generic document-analysis tool."
__url__ = "https://officialeye.zerobone.net"
__version__ = "1.2.0"
__version__ = "1.2.1"
__author__ = "Alexander Mayorov"
__author_email__ = "[email protected]"
__license__ = "GPL-3.0"
Expand Down

0 comments on commit 709df50

Please sign in to comment.