diff --git a/README.md b/README.md index 4631506c..e47694e0 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,11 @@ ruff --select="I" --fix . ### Changelog +- 1.2.1 August 2, 2023 + + - Small improvements in the `min_percentage` check + - Update all Pip package dependencies + - 1.2.0 August 2, 2023 - Updated browser useragent data diff --git a/pyproject.toml b/pyproject.toml index af8639bf..2bcadbd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "fake-useragent" -version = "1.2.0" +version = "1.2.1" authors = [ {name = "Victor Kovtun", email = "hellysmile@gmail.com"}, {name = "Melroy van den Berg", email = "melroy@melroy.org"},