Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Dec 5, 2024
1 parent 7ab9681 commit acaf87a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
mamba run -n fiat_test python -m pytest --verbose --cov=fiat --cov-report xml
- name: Upload coverage to codecov.io
if: ${{ matrix.python-version }} == '3.12'
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
Expand Down
8 changes: 2 additions & 6 deletions docs/changelog.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: "What's new?"
---

## Unreleased
These are the unreleased changes of Delft-FIAT.
## v0.2.1 (2024-12-05)
Patch release for improved performance

### Added
- Profiler for developers
Expand All @@ -17,10 +17,6 @@ These are the unreleased changes of Delft-FIAT.
- Logging class `Log` is now called `Logger`
- Specifying destination ('dst') is now optional for `setup_default_log`

### Deprecated

### Documentation

## v0.2.0 (2024-10-15)
Added small features.

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
]

[project.optional-dependencies] # Optional
Expand Down
2 changes: 1 addition & 1 deletion src/fiat/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
major = 2
minor = 1
build = 0
suffix = ".dev"
suffix = ""

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

0 comments on commit acaf87a

Please sign in to comment.