Skip to content

Commit

Permalink
Post release update (#133)
Browse files Browse the repository at this point in the history
* Post release update

* Adjust homepage
  • Loading branch information
dalmijn authored Oct 4, 2024
1 parent ce343ba commit 8fb582a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
title: "What's new?"
---

## Unreleased
These are the unreleased changes of Delft-FIAT.

### Added

### Changed

### Deprecated

### Documentation

## v0.1.1 (2024-10-04)
Small patch release.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test = [
]

[project.urls]
"Homepage" = "https://github.com/Deltares/Delft-FIAT"
"Homepage" = "https://deltares.github.io/Delft-FIAT/stable/"
"Bug Reports" = "https://github.com/Deltares/Delft-FIAT/issues"
"Source" = "https://github.com/Deltares/Delft-FIAT"

Expand Down
6 changes: 3 additions & 3 deletions src/fiat/version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""FIAT version."""

main = 0
major = 1
minor = 1
major = 2
minor = 0
build = 0
suffix = ""
suffix = ".dev"

__version__ = f"{main}.{major}.{minor}{suffix}"

0 comments on commit 8fb582a

Please sign in to comment.