From 130a70bd1ab784dd09a498f8115f5ba3f4eda5f8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 25 Jan 2023 20:11:40 +0100 Subject: [PATCH] ci: release v0.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ flashgeotext/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6520a0a..fa9825c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog + + + +## v0.5.0 (2023-01-25) +### Feature +* Drop 3.8 support in favour of >3.10 ([`0a52772`](https://github.com/iwpnd/flashgeotext/commit/0a527729c7c3c54582236703f9be1de6cbdb4645)) + +### Documentation +* Update actions badge ([`a83af01`](https://github.com/iwpnd/flashgeotext/commit/a83af01dd04de2b278f1d13680a33980e0e5a01d)) +* Update poetry action ([`b0de497`](https://github.com/iwpnd/flashgeotext/commit/b0de497af354d02ed8cd230eec994fab36936689)) +* Fix docs workflow ([`fc64e76`](https://github.com/iwpnd/flashgeotext/commit/fc64e764f865f1600661ce647e7b577fa2d2ea60)) + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), diff --git a/flashgeotext/__init__.py b/flashgeotext/__init__.py index df12433..3d18726 100644 --- a/flashgeotext/__init__.py +++ b/flashgeotext/__init__.py @@ -1 +1 @@ -__version__ = "0.4.2" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 68194c4..769991a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flashgeotext" -version = "0.4.2" +version = "0.5.0" description = "Extract and count countries and cities (+their synonyms) from text" authors = ["Benjamin Ramser "] license = "MIT"