From 501a8d73034c2e3929094a2cfe93dc2f50dc8c0d Mon Sep 17 00:00:00 2001 From: Thomas Jost Date: Fri, 15 Nov 2024 15:08:02 +0100 Subject: [PATCH] Bump to 3.0.0 --- CHANGELOG.md | 2 ++ README.md | 6 +++--- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 267e2c4..314db48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.0.0] - 2024-11-15 ### Changed - Add support for Python 3.11, 3.12 and 3.13. - Add notice about the package being in maintenance mode only. diff --git a/README.md b/README.md index 7cb8978..63d2822 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ python-timezones > bugs and security issues on a best-effort basis, but no new feature will be > added. -A Python library that provides better selection of common timezones, -can output HTML and auto select the best timezone based on user's IP. +A Python library that provides better selection of common timezones, with +optional HTML output. Visit https://doist.github.io/python-timezones/ for more information. -Copyright: 2012-2023 by Doist +Copyright: 2012-2024 by Doist License: MIT. diff --git a/pyproject.toml b/pyproject.toml index 73e9804..2204a32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timezones" -version = "2.2.0" +version = "3.0.0" description = "A Python library that provides better selection of common timezones, can output HTML and auto select the best timezone based on user's IP." license = "MIT" keywords = ["timezones", "timezone"]