Skip to content

Commit f256c3e

Browse files
authored
🔖 Bump to version 2.0.11 (#166)
1 parent d2d4217 commit f256c3e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
All notable changes to charset-normalizer will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [2.0.11.dev0](https://github.com/Ousret/charset_normalizer/compare/2.0.10...master) (unreleased)
6-
7-
- [Short description of non-trivial change.]
5+
## [2.0.11](https://github.com/Ousret/charset_normalizer/compare/2.0.10...2.0.11) (2022-01-30)
86

97
### Added
108
- Explicit support for Python 3.11 (PR #164)
119

1210
### Changed
13-
- The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels (PR #163)
11+
- The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels (PR #163 #165)
1412

1513
## [2.0.10](https://github.com/Ousret/charset_normalizer/compare/2.0.9...2.0.10) (2022-01-04)
1614

charset_normalizer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Expose version
33
"""
44

5-
__version__ = "2.0.11.dev0"
5+
__version__ = "2.0.11"
66
VERSION = __version__.split(".")

0 commit comments

Comments
 (0)