Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Aug 18, 2023
1 parent 927af14 commit 1750b66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 2.0.0.

## [Unreleased]
## [2.1.0] - 2023-08-18

### Changed

Expand All @@ -16,6 +16,17 @@ as of 2.0.0.
- Using zimscraperlib 2.1.0
- Using localized Title and Description metadata (#148)
- Fixed regression with epub files stored as `application/zip` (#181)
- Adopt Python bootstrap conventions, especially migration to hatch instead of setuptools and Github CI Workflows adaptations (#190)
- Removed inline Javascript in HTML files (#145)

### Fixed
- Support single quotes in author names (#162)
- Migrated to another Gutenberg server (#187)
- Removed useless file languages_06_2018 (#180)

### Removed
- Removed Datatables JS code from repository, fetch online now (#116)
- Dropped Python 2 support (#191)

## [2.0.0] - 2023-02-20

Expand Down
2 changes: 1 addition & 1 deletion src/gutenberg2zim/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0-dev0"
__version__ = "2.1.0"

0 comments on commit 1750b66

Please sign in to comment.