Skip to content

Commit

Permalink
Bump version to v0.3.15 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Feb 23, 2023
1 parent f67707a commit 1a3a7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion vk_url_scraper/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_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 = ""
Expand Down

0 comments on commit 1a3a7dc

Please sign in to comment.