Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Mar 20, 2024
1 parent b82ef51 commit faff649
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## [0.0.19] - 2024-03-20

### Added

- Mobile phone enum.

### Improved

- Code base.

## [0.0.18] - 2024-03-16

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

[0.0.19]: https://github.com/koldakov/pycountries/releases/tag/0.0.19
[0.0.18]: https://github.com/koldakov/pycountries/releases/tag/0.0.18
[0.0.17]: https://github.com/koldakov/pycountries/releases/tag/0.0.17
[0.0.16]: https://github.com/koldakov/pycountries/releases/tag/0.0.16
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 = "0.0.18"
version = "0.0.19"
authors = [
{ name="Ivan Koldakov", email="ivan@koldakov.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/pycountries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)
from pycountries.phones import Mobile

__version__ = "0.0.18"
__version__ = "0.0.19"
__author__ = "Ivan Koldakov"
__all__ = [
"AmountSpecialValuesNotAllowedError",
Expand Down

0 comments on commit faff649

Please sign in to comment.