Skip to content

Commit

Permalink
Bump version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoguen committed Oct 19, 2024
1 parent d19abb3 commit 42cad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
XML_NAMESPACE = "http://www.w3.org/XML/1998/namespace"
CONFIGDIR = os.path.join(config_dir, "plugins")
REFERENCE_KEPUB = os.path.join(CONFIGDIR, "reference.kepub.epub")
PLUGIN_VERSION = (3, 6, 11)
PLUGIN_VERSION = (3, 7, 0)
PLUGIN_MINIMUM_CALIBRE_VERSION = (5, 0, 0)


Expand Down

0 comments on commit 42cad8a

Please sign in to comment.