Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ identifiers:
- description: This is the collection of archived snapshots of all versions of PedPy
type: doi
value: "10.5281/zenodo.7194992"
- description: This is the archived snapshot of version 1.3.0 of PedPy
- description: This is the archived snapshot of version 1.5.0 of PedPy
type: doi
value: "10.5281/zenodo.17081120"
value: "10.5281/zenodo.20511313"
- description: This is the archived snapshot of version 1.4.0 of PedPy
type: doi
value: "10.5281/zenodo.14789994"
- description: This is the archived snapshot of version 1.3.0 of PedPy
type: doi
value: "10.5281/zenodo.17081120"
- description: This is the archived snapshot of version 1.2.0 of PedPy
type: doi
value: "10.5281/zenodo.13850961"
Expand All @@ -47,4 +50,4 @@ identifiers:
type: doi
value: "10.5281/zenodo.8405437"

version: 1.4.0-dev
version: 1.5.0-dev
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This project supports the following versions with security updates:

| Version | Supported |
|---------|--------------------|
| 1.4.0 | :white_check_mark: |
| 1.5.0 | :white_check_mark: |
| 1.4.0 | :x: |
| 1.3.0 | :x: |
| 1.2.0 | :x: |
| 1.1.x | :x: |
Expand Down
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
*********

Version 1.6.0 (YYYY-MM-DD)
==========================

**New features:**

**What's changed:**

**Fixes:**


Version 1.5.0 (2026-06-02)
==========================

Expand Down
Loading