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 15, 2024
1 parent 2c161ad commit f6d16d9
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,13 @@ 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.16] - 2024-03-15

### Added

- Official country names to countries.
- Amount cleansing functionality.

## [0.0.15] - 2024-03-13

### Updated
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.15"
version = "0.0.16"
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 @@ -8,7 +8,7 @@
ZeroAmountNotAllowedError,
)

__version__ = "0.0.15"
__version__ = "0.0.16"
__author__ = "Ivan Koldakov"
__all__ = [
"AmountSpecialValuesNotAllowedError",
Expand Down

0 comments on commit f6d16d9

Please sign in to comment.