diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e8609e..d2898af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [3.3.0](https://github.com/Ousret/charset_normalizer/compare/3.2.0...master) (2023-09-??) +## [3.3.0](https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0) (2023-09-30) ### Added - Allow to execute the CLI (e.g. normalizer) through `python -m charset_normalizer.cli` or `python -m charset_normalizer` diff --git a/README.md b/README.md index b697d78a..13e6e14f 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Static Badge - - Static Badge + + Static Badge - - Static Badge - - - Static Badge +

+

+ In other language (unofficial port - by the community)
+
+ Static Badge

@@ -53,6 +53,7 @@ This project offers you an alternative to **Universal Charset Encoding Detector*

Reading Normalized TextCat Reading Text +

*\*\* : They are clearly using specific code for a specific encoding even if covering most of used one*
Did you got there because of the logs? See [https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html](https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html) diff --git a/bin/run_autofix.sh b/bin/run_autofix.sh index ac4fe2cd..f8a63812 100755 --- a/bin/run_autofix.sh +++ b/bin/run_autofix.sh @@ -7,5 +7,6 @@ fi set -x +${PREFIX}pip install -r ./dev-requirements.txt ${PREFIX}black --target-version=py37 charset_normalizer ${PREFIX}isort charset_normalizer diff --git a/bin/run_checks.sh b/bin/run_checks.sh index d5fc34a4..951611ff 100755 --- a/bin/run_checks.sh +++ b/bin/run_checks.sh @@ -7,6 +7,7 @@ fi set -x +${PREFIX}pip install -r ./dev-requirements.txt ${PREFIX}pytest ${PREFIX}black --check --diff --target-version=py37 charset_normalizer ${PREFIX}flake8 charset_normalizer diff --git a/charset_normalizer/version.py b/charset_normalizer/version.py index 9911f030..db1ff57a 100644 --- a/charset_normalizer/version.py +++ b/charset_normalizer/version.py @@ -2,5 +2,5 @@ Expose version """ -__version__ = "3.3.0+dev" +__version__ = "3.3.0" VERSION = __version__.split(".") diff --git a/docs/community/featured.rst b/docs/community/featured.rst index 4f9f98d4..8d1814c5 100644 --- a/docs/community/featured.rst +++ b/docs/community/featured.rst @@ -37,3 +37,18 @@ Enjoy HTTPie refreshed! .. image:: https://dabuttonfactory.com/button.png?t=Get+HTTPie-Next+Now&f=Ubuntu-Bold&ts=26&tc=fff&hp=45&vp=20&c=11&bgt=unicolored&bgc=15d798&be=1 :target: https://github.com/Ousret/httpie-next + +Wassima +------- + +Did you ever wonder how would it feel like to leave the headache with root CAs (certificate authority)? +Well, you may, starting today, use your operating system trusted root CAs to verify +peer certificates with the at most comfort. + +It is enabled by default in Niquests, but you can use that awesome feature by itself. + +.. image:: https://dabuttonfactory.com/button.png?t=OS+root+CAs+for+Python&f=Ubuntu-Bold&ts=26&tc=fff&hp=45&vp=20&c=11&bgt=unicolored&bgc=15d798&be=1 + :target: https://github.com/jawah/wassima + +The solution is universal and served for (almost) every possible case. +You may remove the certifi package, let it rest in peace.