From 7bc343b88a697b4cbb520a4781ff7490990275d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 09:08:25 +0100 Subject: [PATCH] Release version (#141) * Bump version from v1.0.0 to v1.1.0 * Update CHANGELOG.md * Update pyproject.toml --------- Co-authored-by: GitHub Actions Bot <> Co-authored-by: Niels Lemmens <1936122+bulv1ne@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb13e76..9620bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [1.1.0] - 2023-11-05 ### Added - Support for python 3.12 @@ -17,4 +19,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First version -[Unreleased]: https://github.com/bulv1ne/country_list/v1.0.0...HEAD +[Unreleased]: https://github.com/bulv1ne/country_list/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/bulv1ne/country_list/compare/v1.0.0...v1.1.0 diff --git a/pyproject.toml b/pyproject.toml index 22f6ec7..d61ba3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] name = "country_list" -version = "1.0.0" +version = "1.1.0" description = "List of all countries with names and ISO 3166-1 codes in all languages" authors = ["Niels Lemmens <1936122+bulv1ne@users.noreply.github.com>"] readme = "README.rst" -repository = "https://github.com/bulv1ne/country_list" +repository = "https://github.com/bulv1ne/country_list/" license = "MIT" include = ["country_list/country_data/data/*/country.csv"] exclude = ["country_list/country_data/*"]