Pretty much what my title says..
Have some code that used to work fine. Upgraded Calibre to 7.23.0 and now when I run:
ebook-convert.exe "input_file_path" "output_file_path" <buncha options> --epub-version "3"
I now get the error:
ebook-convert.exe: error: no such option: --epub-version
Again, my code has not changed. And according to latest documentation here,
https://manual.calibre-ebook.com/gen...k-convert.html , --epub-version is still a valid option.
Any ideas? Thanks.