Compare commits

...

6 Commits

Author SHA1 Message Date
msramalho
fa593ee9e2 Bump version to v0.2.16 for release 2023-02-07 23:49:12 +00:00
msramalho
9d2f14d3a1 Bump version to v0.2.15 for release 2023-02-07 23:44:04 +00:00
msramalho
f81ff14faa license to publish 2023-02-07 23:43:50 +00:00
msramalho
5ed38ffaab clean readme 2023-02-07 23:37:53 +00:00
msramalho
3a70036e71 Bump version to v0.2.13 for release 2023-02-07 23:31:56 +00:00
msramalho
58b6bcef87 3.10 2023-02-07 23:31:48 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install --upgrade --upgrade-strategy=eager pip setuptools wheel twine pipenv
python -m pip install -e . --upgrade
python -m pipenv install --dev
python -m pipenv install --dev --python 3.10
env:
PIPENV_DEFAULT_PYTHON_VERSION: "3.10"

View File

@@ -1,10 +1,10 @@
[metadata]
name = auto_archiver
version = 2.0.0
version = 0.2.16
author = Bellingcat
author_email = tech@bellingcat.com
description = Easily archive online media content
long_description = file: README.md, LICENSE
long_description = file: README.md
keywords = archive, oosi, osint, scraping
license = MIT
classifiers =

View File

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