From 673803979c7221296e0dc51dcfa316e8362760f5 Mon Sep 17 00:00:00 2001 From: monosans Date: Mon, 13 Jun 2022 23:17:11 +0300 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 4 ++++ poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 655aee8..33f2dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [Semantic Versioning](https://semver.org/) +## [2.0.0] - 2022-06-13 + +- Remove unsupported languages. + ## [1.0.2] - 2022-06-03 - Update dependencies. diff --git a/poetry.lock b/poetry.lock index 3208985..0d34d5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -428,7 +428,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pywttr-models" -version = "0.1.6" +version = "1.0.0" description = "Pydantic models for pywttr and aiopywttr" category = "main" optional = false @@ -532,7 +532,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a919aae5b4130fdf50e7cabd69fb433f030a75fe7fc5de125aad95c2903e2c9c" +content-hash = "979d0bd70d915490c66b1b4b906d649279f35280dee8656dfc862b4d37143b9c" [metadata.files] aiohttp = [ @@ -975,8 +975,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pywttr-models = [ - {file = "pywttr-models-0.1.6.tar.gz", hash = "sha256:05dcb1ce40501bd1feb7c4900bf1b3295f947cbc5973374c6dc52b1436908af7"}, - {file = "pywttr_models-0.1.6-py3-none-any.whl", hash = "sha256:c2005699ca111ab7417c4f996fbe2b00c0eef32f6e5d2c8dfb949dd2da6113bf"}, + {file = "pywttr-models-1.0.0.tar.gz", hash = "sha256:a50d354b1e428b7d204ac2c54ccc52b6d45d7688a401d6054846937170a06538"}, + {file = "pywttr_models-1.0.0-py3-none-any.whl", hash = "sha256:20276bfc0716b5193e914d1354a8cdc4dabec4adfc8486439be99d6131968f21"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 7b299f6..9b6b2ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiopywttr" -version = "1.0.2" +version = "2.0.0" description = "Asynchronous wrapper for wttr.in" authors = ["monosans "] license = "MIT"