Skip to content

Commit

Permalink
feat: v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jan 10, 2024
1 parent 06b4766 commit 4b679b2
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 - Unical template
platforms:
- linux
- web
releaseDate: '2024-01-08'
releaseDate: '2024-01-10'
roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-unical/issues'
softwareType: standalone/web
softwareVersion: v1.6.2
softwareVersion: v1.6.3
url: 'https://github.com/UniversitaDellaCalabria/unicms-template-unical'
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.6.2',
version='1.6.3',

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

# CDN FOR STATICS
UNICMS_TEMPLATE_UNICAL_USE_CDN = False
UNICMS_TEMPLATE_UNICAL_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-unical@1.6.2/src/unicms_template_unical/static'
UNICMS_TEMPLATE_UNICAL_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/unicms-template-unical@1.6.3/src/unicms_template_unical/static'

0 comments on commit 4b679b2

Please sign in to comment.