Skip to content

Commit

Permalink
fix: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jun 9, 2023
1 parent 1cf2856 commit 0de5740
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ name: uniCMS - Bootstrap Italia template
platforms:
- linux
- web
releaseDate: '2023-01-11'
releaseDate: '2023-06-09'
roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia/issues'
softwareType: standalone/web
softwareVersion: v1.1.0
softwareVersion: v1.2.0
url: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia'
usedBy:
- Università della Calabria - https://www.unical.it
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='1.1.0',
version='1.2.0',

packages=[PKG_NAME],
package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"},
Expand Down
2 changes: 1 addition & 1 deletion src/unicms_template_italia/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@

# CDN FOR STATICS
UNICMS_TEMPLATE_ITALIA_USE_CDN = False
UNICMS_TEMPLATE_ITALIA_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-italia@1.1.0/src/unicms_template_italia/static'
UNICMS_TEMPLATE_ITALIA_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-italia@1.2.0/src/unicms_template_italia/static'

0 comments on commit 0de5740

Please sign in to comment.