diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e3041..a377f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.1] - 2024-09-20 + +### Fixed + +- Documentation, updated. + ## [1.2.0] - 2024-09-20 ### Added diff --git a/pyproject.toml b/pyproject.toml index ed1935d..0301e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pycountries" -version = "1.2.0" +version = "1.2.1" license = {text = "MIT License"} authors = [ { name="Ivan Koldakov", email="ivan@koldakov.com" }, diff --git a/src/pycountries/__init__.py b/src/pycountries/__init__.py index 01d2600..23a99cb 100644 --- a/src/pycountries/__init__.py +++ b/src/pycountries/__init__.py @@ -11,7 +11,7 @@ from pycountries.macro_languages import MacroLanguage from pycountries.phones import Phone -__version__ = "1.2.0" +__version__ = "1.2.1" __author__ = "Ivan Koldakov" __all__ = [ "AmountSpecialValuesNotAllowedError",