Skip to content
Snippets Groups Projects

:bookmark: 20.7.0

12 files
+ 120
50
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 1
1
@@ -12,7 +12,7 @@ try:
__version__ = version("odoo-scripts")
except PackageNotFoundError:
# package is not installed, default to the version maintained by bump2version
__version__ = "20.6.0.dev"
__version__ = "20.7.0.dev"
__author__ = "XCG Consulting"
Loading