Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: sftkit 0.2.1
  • Loading branch information
mikonse committed Jun 25, 2024
1 parent 5e64416 commit 8e53fd8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions sftkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 0.2.1 (2024-06-25)


### 🚀 Features

- **sftkit:** move a bunch of database framework features over from stustapay

- **sftkit:** add devel command for building debian packages with dh virtualenv

- **other:** add nx plugin for python integration and setup python release workflow


### 🩹 Fixes

- pdm python setup in nx integration

- **sftkit:** eliminate all typing and linter issues


### ❤️ Thank You

- Michael Loipführer
3 changes: 2 additions & 1 deletion sftkit/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[project]
name = "sftkit"
version = "0.2.0"
version = "0.2.1"
license = { text = "MIT" }
maintainers = [{ name = "Michael Loipführer", email = "[email protected]" }]
dynamic = ["description"]
Expand Down

0 comments on commit 8e53fd8

Please sign in to comment.