Skip to content

Commit 42eeea6

Browse files
committed
releasing 3.0.0
1 parent 75eeae5 commit 42eeea6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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+
## [3.0.0] - 2023-03-31
99

1010
⚠️ Warning: this release introduce several API changes to `zim.creator.Creator` and `zim.filesystem.make_zim_file`
1111

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read(*names, **kwargs):
3939
"console_scripts": ["fix_ogvjs_dist=zimscraperlib.fix_ogvjs_dist:run"]
4040
},
4141
classifiers=[
42-
"Development Status :: 4 - Beta",
42+
"Development Status :: 5 - Production/Stable",
4343
"Intended Audience :: Developers",
4444
"Programming Language :: Python",
4545
"Programming Language :: Python :: 3.6",

Diff for: src/zimscraperlib/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
3.0.0

0 commit comments

Comments
 (0)