Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 19, 2024
1 parent b2c2163 commit 8d6a3fd
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,3 +1,9 @@
# Changelog

## v0.1.0 (2024-05-19)

### Feature

- First version (#1) ([`b2c2163`](https://github.com/Bluetooth-Devices/aiozoneinfo/commit/b2c2163b9483cba086a954e503cc0b07ae08a4c9))

## v0.0.0 (2024-05-18)
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.0.0"
release = "0.1.0"

# 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.0.0"
version = "0.1.0"
description = "Tools to fetch zoneinfo with asyncio"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
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.0.0"
__version__ = "0.1.0"

import asyncio
import weakref
Expand Down

0 comments on commit 8d6a3fd

Please sign in to comment.