Skip to content

Commit

Permalink
Version v0.2.0
Browse files Browse the repository at this point in the history
 pyproject.toml bugs
 pyproject.toml
 remove mypy config
 mypy, pylint in local env
 due to bug in aiohtt with python 3.12 excluded it as well python 3.9
 all tools inside pre-commit env
 make help
 fixed link label
 pre-commit global exclude
 CI coverall fix
 CI coverall
 upgrade pre-commit
 pinned new versions
 CI typo
 fixed pylint config
 removed obsolete Python version from CI
 eliminate test warning
 deduplicate code
 newer flake
 pylint config
 gitignore
 fixed github publish action version format in git tags created by verup.sh
 in pre-commit pinned black version to the one compatible with the latest click
 async fixture explicitly marked
 upgraded to python 3.11
 fixed flake8 repo
 refreshed deps versions
 fixed outdated github actions
 pip-tools generated dependencies list - docs
 pip-tools generated dependencies list
 fixed new aiobotocore units structure
 fixed new aiobotocore units structure
 snapshot versions
 create github release on ppypi publish
  • Loading branch information
andgineer committed Nov 9, 2023
1 parent a571608 commit 4a0a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aios3/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "v0.2.0"

1 comment on commit 4a0a0d7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/aios3
   __about__.py110%1
   stream_iter.py22291%70–72
TOTAL51394% 

Tests Skipped Failures Errors Time
8 0 💤 0 ❌ 0 🔥 1.559s ⏱️

Please sign in to comment.