Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spapanik committed Jun 16, 2023
1 parent b7c868d commit 72079e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Calenda
`Unreleased`_
-------------

`2023.06.16`_
-------------

Added
^^^^^
* Add a .pyi file to contain type hints for countries and currencies
Expand Down Expand Up @@ -92,7 +95,8 @@ Added
* Added country ISO codes (ISO-3166)


.. _`unreleased`: https://github.com/spapanik/teritorio/compare/v2023.06.13...master
.. _`unreleased`: https://github.com/spapanik/teritorio/compare/v2023.06.16...master
.. _`2023.06.16`: https://github.com/spapanik/teritorio/compare/v2023.06.13...v2023.06.16
.. _`2023.06.13`: https://github.com/spapanik/teritorio/compare/v2023.04.28...v2023.06.13
.. _`2023.04.28`: https://github.com/spapanik/teritorio/compare/v2023.02.01...v2023.04.28
.. _`2023.02.01`: https://github.com/spapanik/teritorio/compare/v2023.10.10...v2023.02.01
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ skip_empty = true

[tool.poetry]
name = "teritorio"
version = "2023.06.13"
version = "2023.06.16"
description = "A library for country and currency ISO codes"
authors = [
"Stephanos Kuma <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/teritorio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from teritorio.main import Countries, Currencies

__all__ = ["Countries", "Currencies"]
__version__ = "2023.06.13"
__version__ = "2023.06.16"

0 comments on commit 72079e6

Please sign in to comment.