From d80b74a0fbef1ef821ce54dbc35d9efa6f5ff78b Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Tue, 6 Dec 2022 15:10:23 +0000 Subject: [PATCH] released v2.0.0 --- CHANGELOG.md | 2 +- setup.py | 3 +++ src/zimscraperlib/VERSION | 2 +- tox.ini | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f038c6b..9e29c1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.5.0). -## [Unreleased] +## [2.0.0] - 2022-12-06 - Using pylibzim v2.1.0 (using libzim 8.1.0) diff --git a/setup.py b/setup.py index 236fb36d..0b02de6f 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,9 @@ def read(*names, **kwargs): "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", ], python_requires=">=3.6", diff --git a/src/zimscraperlib/VERSION b/src/zimscraperlib/VERSION index 27f9cd32..227cea21 100644 --- a/src/zimscraperlib/VERSION +++ b/src/zimscraperlib/VERSION @@ -1 +1 @@ -1.8.0 +2.0.0 diff --git a/tox.ini b/tox.ini index 15b70f95..b3977b7f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py37, py38, py39, py310, black, coverage +envlist = py36, py37, py38, py39, py310, py311, black, coverage [testenv] passenv =