From 1a3a7dc0f3233c030b18b69552cb9904778bcfb8 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:07:13 +0100 Subject: [PATCH] Bump version to v0.3.15 for release --- requirements.txt | 2 +- vk_url_scraper/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8fa91c5..fc2d7d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # pipenv lock --requirements # --i https://pypi.org/simple +# -i https://pypi.org/simple brotli==1.0.9; platform_python_implementation == 'CPython' certifi==2022.12.7; python_version >= '3.6' charset-normalizer==3.0.1; python_version >= '3.6' diff --git a/vk_url_scraper/version.py b/vk_url_scraper/version.py index ad74037..31204ee 100644 --- a/vk_url_scraper/version.py +++ b/vk_url_scraper/version.py @@ -2,7 +2,7 @@ _MAJOR = "0" _MINOR = "3" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "14" +_PATCH = "15" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""