Bump version to v0.5.27 for release

pull/87/head v0.5.27
msramalho 2023-07-11 12:16:06 +01:00
rodzic 92569ae6be
commit 4d80ee6f02
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -93,6 +93,7 @@ class TwitterArchiver(Archiver):
Hack alternative working again.
https://stackoverflow.com/a/71867055/6196010 (OUTDATED URL)
https://github.com/JustAnotherArchivist/snscrape/issues/996#issuecomment-1615937362
next to test: https://cdn.embedly.com/widgets/media.html?&schema=twitter&url=https://twitter.com/bellingcat/status/1674700676612386816
"""
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0",

Wyświetl plik

@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "5"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "26"
_PATCH = "27"
# 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 = ""