Skip to content

Commit

Permalink
Release version (#141)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] and bulv1ne committed Nov 5, 2023
1 parent 3022885 commit 7bc343b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand All @@ -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
4 changes: 2 additions & 2 deletions 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/*"]
Expand Down

0 comments on commit 7bc343b

Please sign in to comment.