Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 24, 2024
1 parent 87bfc29 commit 0842917
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.1 (2024-06-24)

### Fix

- Fix license classifier (#3) ([`87bfc29`](https://github.com/Bluetooth-Devices/aiozoneinfo/commit/87bfc29448ab6c9915428a263da62aadda8dbf48))

## v0.2.0 (2024-06-17)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "aiozoneinfo"
copyright = "2024, J. Nick Koston"
author = "J. Nick Koston"
release = "0.2.0"
release = "0.2.1"

# General configuration
extensions = [
Expand Down
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 = "aiozoneinfo"
version = "0.2.0"
version = "0.2.1"
description = "Tools to fetch zoneinfo with asyncio"
authors = ["J. Nick Koston <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/aiozoneinfo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.2.0"
__version__ = "0.2.1"

import asyncio
import weakref
Expand Down

0 comments on commit 0842917

Please sign in to comment.