Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jun 2, 2024
1 parent 1772ebd commit bd56f79
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 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.3] - 2024-06-02

### Updated

- Requirements.

## [1.0.2] - 2024-05-04

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

[1.0.3]: https://github.com/koldakov/pycountries/releases/tag/1.0.3
[1.0.2]: https://github.com/koldakov/pycountries/releases/tag/1.0.2
[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
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.2"
version = "1.0.3"
license = {text = "MIT License"}
authors = [
{ name="Ivan Koldakov", email="[email protected]" },
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pydantic==2.6.4
pre-commit==3.5.0
setuptools==69.2.0
Sphinx==7.2.6
pytest==8.1.1
pydantic==2.7.2
pre-commit==3.7.1
setuptools==70.0.0
Sphinx==7.3.7
pytest==8.2.1
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.2"
__version__ = "1.0.3"
__author__ = "Ivan Koldakov"
__all__ = [
"AmountSpecialValuesNotAllowedError",
Expand Down

0 comments on commit bd56f79

Please sign in to comment.