Skip to content

Commit 8f5b4e4

Browse files
committed
releasing v1.1.0
1 parent 1857e42 commit 8f5b4e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be 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).
77

8-
## [Unreleased]
8+
## [1.1.0] - 2022-05-23
99

1010
### Added
1111

@@ -15,15 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### Changed
1616

1717
* using libzim 7.2.2
18-
* RuntimeError exception is now raises on invalid/duplicate entries
18+
* RuntimeError exception is now raised on invalid/duplicate entries
1919
* Allow setting mimetype for metadata
2020
* Updated Cython to 0.29.28
2121
* Fixed `Archive.filesize` (#137)
2222

2323
### Removed
2424

2525
* skip cython on setup.py clean (#131)
26-
* OFFLINE environ skips network-using tests (#132)
26+
* `OFFLINE` environ skips network-using tests (#132)
2727

2828
## [1.0.0] - 2021-10-09
2929

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = libzim
3-
version = 1.0.0
3+
version = 1.1.0
44
url = https://github.com/openzim/python-libzim
55
project_urls =
66
Donate = https://www.kiwix.org/en/support-us/

0 commit comments

Comments
 (0)