Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Apr 18, 2021
1 parent a3964d3 commit 7662536
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name=PKG_NAME,
version='0.4.11',
version='0.4.12',

packages=[PKG_NAME],
package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"},
Expand Down
2 changes: 1 addition & 1 deletion src/unicms_template_italia/templates/pages/italia.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% extends 'unicms_italia.html' %}
{% extends 'bases/unicms_italia.html' %}

0 comments on commit 7662536

Please sign in to comment.