Skip to content

Commit 3874edb

Browse files
authored
🔖 Bump to 2.0.9 (#148)
1 parent d28f8ff commit 3874edb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
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.9.dev0](https://github.com/Ousret/charset_normalizer/compare/2.0.8...master) (unreleased)
6-
7-
- [Short description of non-trivial change.]
5+
## [2.0.9](https://github.com/Ousret/charset_normalizer/compare/2.0.8...2.0.9) (2021-12-03)
86

97
### Changed
108
- Moderating the logging impact (since 2.0.8) for specific environments (PR #147)

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.9.dev0"
5+
__version__ = "2.0.9"
66
VERSION = __version__.split(".")

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = '2.0'
7676
# The full version, including alpha/beta/rc tags.
77-
release = '2.0.8'
77+
release = '2.0.9'
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

0 commit comments

Comments
 (0)