Compare commits

...

2 commits
3.0.1 ... main

Author SHA1 Message Date
7d38b44eb6
bump version 3.0.1 -> 3.0.2 2024-12-05 23:18:32 +01:00
9b01553e7f
Update aiohttp version 2024-12-05 23:17:22 +01:00
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "open-irceline" name = "open-irceline"
version = "3.0.1" version = "3.0.2"
description = "Get IRCEL - CELINE air quality data 🍃 🇧🇪" description = "Get IRCEL - CELINE air quality data 🍃 🇧🇪"
readme = "README.md" readme = "README.md"
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }] authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
@ -27,7 +27,7 @@ requires-python = ">=3.11"
Homepage = "https://github.com/jdejaegh/python-irceline" Homepage = "https://github.com/jdejaegh/python-irceline"
[tool.bumpver] [tool.bumpver]
current_version = "3.0.1" current_version = "3.0.2"
version_pattern = "MAJOR.MINOR.PATCH" version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}" commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}" tag_message = "{new_version}"

View file

@ -1,4 +1,4 @@
aiohttp==3.10.10 aiohttp==3.11.9
pyproj==3.6.1 pyproj==3.6.1
pytest pytest
async-timeout==4.0.3 async-timeout==4.0.3

View file

@ -3,4 +3,4 @@ from .data import RioFeature, ForecastFeature, FeatureValue, RioIfdmFeature
from .forecast import IrcelineForecastClient from .forecast import IrcelineForecastClient
from .rio import IrcelineRioClient, IrcelineRioIfdmClient from .rio import IrcelineRioClient, IrcelineRioIfdmClient
__version__ = '3.0.1' __version__ = '3.0.2'