Skip to content

Commit

Permalink
fix: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Sep 21, 2023
1 parent 517e7ed commit cf423ca
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-06-09'
releaseDate: '2023-09-21'
roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia/issues'
softwareType: standalone/web
softwareVersion: v1.2.0
softwareVersion: v1.2.1
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.2.0',
version='1.2.1',

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/[email protected].0/src/unicms_template_italia/static'
UNICMS_TEMPLATE_ITALIA_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/[email protected].1/src/unicms_template_italia/static'

0 comments on commit cf423ca

Please sign in to comment.