Skip to content
Snippets Groups Projects
Commit 36b8a245 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.76.

parents a6faa700 03598181
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.76] - 2025-01-09
- Add missing links for the central procurement page
## [0.75] - 2025-01-09 ## [0.75] - 2025-01-09
- COMP-269: Address legibility issues in the survey & render survey descriptions as HTML with paragraphs from sentences - COMP-269: Address legibility issues in the survey & render survey descriptions as HTML with paragraphs from sentences
- COMP-312: Fix layout of compendium data page & width of boxes - COMP-312: Fix layout of compendium data page & width of boxes
......
...@@ -16,6 +16,9 @@ const PolicySidebar = () => { ...@@ -16,6 +16,9 @@ const PolicySidebar = () => {
<Link to="/business-continuity"> <Link to="/business-continuity">
<span>NREN Business Continuity Planning</span> <span>NREN Business Continuity Planning</span>
</Link> </Link>
<Link to="/central-procurement">
<span>Central Procurement of Software</span>
</Link>
<Link to="/crisis-management"> <Link to="/crisis-management">
<span>Crisis Management Procedures</span> <span>Crisis Management Procedures</span>
</Link> </Link>
......
...@@ -83,6 +83,9 @@ function CompendiumData(): ReactElement { ...@@ -83,6 +83,9 @@ function CompendiumData(): ReactElement {
<Link to="/business-continuity" className="link-text-underline"> <Link to="/business-continuity" className="link-text-underline">
<span>NREN Business Continuity Planning</span> <span>NREN Business Continuity Planning</span>
</Link> </Link>
<Link to="/central-procurement" className="link-text-underline">
<span>Central Procurement of Software</span>
</Link>
<Link to="/crisis-management" className="link-text-underline"> <Link to="/crisis-management" className="link-text-underline">
<span>Crisis Management Procedures</span> <span>Crisis Management Procedures</span>
</Link> </Link>
......
This diff is collapsed.
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='compendium-v2', name='compendium-v2',
version="0.75", version="0.76",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='Flask and React project for displaying ' description='Flask and React project for displaying '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment