Skip to content

Commit

Permalink
0.8.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
open-risk committed Sep 25, 2024
1 parent 78f09c2 commit 2d2e1e5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

This is the Changelog for the overall Equinox platform and its API changes. Individual apps may have their own more detailed changelogs within the app subdirectory

v0.8 (Upcoming)
v0.8.0 (25-09-2024)
-----------------
* Enhancements: OECD Climate Actions and Policies Workflow
* Dependencies: Django 5.0 related updates
* OSMGeoAdmin deprecation
* sqlite bug workaround: python ./manage.py shell -c "import django;django.db.connection.cursor().execute('SELECT InitSpatialMetaData(1);')";
Expand Down
19 changes: 11 additions & 8 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@

## Supported Versions

Use this section to tell people about which versions of your project are currently being supported with security updates.
We will use this section to tell people about which versions of the Equinox project are being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
|---------| ------------------ |
| 1.0.x | :white_check_mark: |
| 1.2.x | :x: |
| 1.3.x | :white_check_mark: |
| < 1.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.
We will use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is accepted or declined, etc.
We tell them
* where to go
* how often they can expect to get an update on a reported vulnerability
* what to expect if the vulnerability is accepted or declined, etc.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

django.setup()

__version__ = '0.7.1'
__version__ = '0.8.0'

# -- Project information -----------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions policy/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ChangeLog
===========================

v0.5.0 (XX-XX-XXXX)
v0.5.0 (25-09-2024)
----------------------
* OECD CAPMF Policy data import

* Policy Workflow UI Standardization

v0.4.0 (03-06-2023)
-------------------
* Model testing framework
* Model Testing framework

v0.3.0 (21-04-2022)
-------------------
Expand Down

0 comments on commit 2d2e1e5

Please sign in to comment.