Skip to content

Commit

Permalink
[IMP] chequear contenido del readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jobiols committed Jul 22, 2024
1 parent 496a9d4 commit c0c6a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.2.9"
__version__ = "1.3.1"

from . import manifest
2 changes: 1 addition & 1 deletion tools/gen_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def gen_readme(files, version, org_name, repo_name, branch, addons_dir):
)

# Verifica que en el readme haya datos validos
check_readme_contents(addon_dir)
check_readme_fragments(addon_dir)

# Generamos el html
gen_one_addon_index(readme_filename)
Expand Down

0 comments on commit c0c6a31

Please sign in to comment.