This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
bazarr
Watch
1
Star
0
Fork
You've already forked bazarr
0
mirror of
https://github.com/morpheus65535/bazarr
synced
2025-02-23 22:41:34 +00:00
Code
Issues
Releases
Wiki
Activity
77302fad21
bazarr
/
libs
/
charset_normalizer
/
version.py
7 lines
79 B
Python
Raw
Normal View
History
Unescape
Escape
Moved file encoding to charset-normalizer instead of chardet that is causing too much issues. #2196
2023-07-07 16:28:39 +00:00
"""
Expose
version
"""
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries
2024-03-03 17:15:23 +00:00
__version__
=
"
3.3.2
"
Moved file encoding to charset-normalizer instead of chardet that is causing too much issues. #2196
2023-07-07 16:28:39 +00:00
VERSION
=
__version__
.
split
(
"
.
"
)
Reference in a new issue
Copy permalink