Skip to content

Commit fbc9fef

Browse files
authored
Merge pull request #23 from vertti/fix-docs
Fix docs
2 parents 2a62d0a + 5185a49 commit fbc9fef

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.13.1
6+
7+
- Update documentation
8+
- Update dependencies
9+
510
## 0.13.0
611

712
- Fix type annotation issues with decorator parameters that could cause type errors in strict type checking

docs/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
[project]
22
name = "daffy"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Function decorators for Pandas and Polars Dataframe column name and data type validation"
55
authors = [
66
{ name="Janne Sinivirta", email="[email protected]" },
77
]
88
license = "MIT"
99
requires-python = ">=3.9"
1010
readme = "README.md"
11-
homepage = "https://github.com/fourkind/daffy"
12-
repository = "https://github.com/fourkind/daffy.git"
11+
homepage = "https://github.com/ThoughtWorksInc/daffy"
12+
repository = "https://github.com/ThoughtWorksInc/daffy.git"
13+
documentation = "https://github.com/ThoughtWorksInc/daffy/blob/master/README.md"
1314
keywords = ["pandas", "dataframe", "typing", "validation"]
1415
classifiers = [
1516
"Operating System :: OS Independent",
@@ -41,7 +42,7 @@ dev = [
4142
"pytest-cov>=6.0.0",
4243
"coverage[toml]>=7.3.2",
4344
"pydocstyle>=6.3.0",
44-
"ruff>=0.9.1",
45+
"ruff>=0.11.0",
4546
"pandas-stubs>=2.2.2.240807",
4647
]
4748

0 commit comments

Comments
 (0)