Skip to content

Commit d80b74a

Browse files
committed
released v2.0.0
1 parent efaccfe commit d80b74a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.5.0).
77

8-
## [Unreleased]
8+
## [2.0.0] - 2022-12-06
99

1010
- Using pylibzim v2.1.0 (using libzim 8.1.0)
1111

Diff for: setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def read(*names, **kwargs):
4545
"Programming Language :: Python :: 3.6",
4646
"Programming Language :: Python :: 3.7",
4747
"Programming Language :: Python :: 3.8",
48+
"Programming Language :: Python :: 3.9",
49+
"Programming Language :: Python :: 3.10",
50+
"Programming Language :: Python :: 3.11",
4851
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
4952
],
5053
python_requires=">=3.6",

Diff for: src/zimscraperlib/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
2.0.0

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38, py39, py310, black, coverage
2+
envlist = py36, py37, py38, py39, py310, py311, black, coverage
33

44
[testenv]
55
passenv =

0 commit comments

Comments
 (0)