Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Apr 8, 2024
1 parent fc52950 commit 91d6bcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1] - 2024-04-08

### Fixed

- Python 3.8 and Python 3.9 support.

## [1.0.0] - 2024-03-27

### Added
Expand Down Expand Up @@ -126,6 +132,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Base Country Model.
- Base Currency Model.

[1.0.1]: https://github.com/koldakov/pycountries/releases/tag/1.0.1
[1.0.0]: https://github.com/koldakov/pycountries/releases/tag/1.0.0
[0.0.22]: https://github.com/koldakov/pycountries/releases/tag/0.0.22
[0.0.21]: https://github.com/koldakov/pycountries/releases/tag/0.0.21
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pycountries"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="Ivan Koldakov", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/pycountries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pycountries.languages import Language
from pycountries.phones import Phone

__version__ = "1.0.0"
__version__ = "1.0.1"
__author__ = "Ivan Koldakov"
__all__ = [
"AmountSpecialValuesNotAllowedError",
Expand Down

0 comments on commit 91d6bcb

Please sign in to comment.