Skip to content

Commit

Permalink
Merge pull request #34 from Doist/thomas/release-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnouki committed Mar 6, 2023
2 parents f4f39da + 98bc532 commit b52c3ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

## [2.2.0] - 2023-03-06
### Added
- Add type hints to all public functions.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ can output HTML and auto select the best timezone based on user's IP.

Visit https://doist.github.io/python-timezones/ for more information.

Copyright: 2012-2022 by Doist
Copyright: 2012-2023 by Doist

License: MIT.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "timezones"
version = "2.1.0"
version = "2.2.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"]
Expand Down

0 comments on commit b52c3ee

Please sign in to comment.