From 007bd5fe204b4f3d2a02f9c05f8499f72fd94568 Mon Sep 17 00:00:00 2001 From: Stephan Lensky Date: Sun, 17 Nov 2024 01:32:39 -0500 Subject: [PATCH] Bump version to 0.1.5 --- CHANGELOG.md | 8 ++++++-- pyproject.toml | 2 +- zendriver/_version.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f5000..e13c588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Reverted non-functional fixes for mypy linting errors (oops) @stephanlensky - ### Added ### Changed ### Removed +## [0.1.5] - 2024-11-17 + +### Fixed + +- Reverted non-functional fixes for mypy linting errors (oops) @stephanlensky + ## [0.1.4] - 2024-11-17 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index f887f05..c4dc455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zendriver" -version = "0.1.4" +version = "0.1.5" description = "A blazing fast, async-first, undetectable webscraping/web automation framework" readme = "README.md" authors = [{ name = "Stephan Lensky", email = "oss@slensky.com" }] diff --git a/zendriver/_version.py b/zendriver/_version.py index bbab024..1276d02 100644 --- a/zendriver/_version.py +++ b/zendriver/_version.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"