Skip to content

Commit 35bbdbb

Browse files
authored
🔖 Release 0.10.4 (#226)
* release 0.10.4 * link check and doc validate once
1 parent 583a4f1 commit 35bbdbb

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
6+
#### [0.10.4](https://github.com/SatelCreative/spylib/compare/0.10.3...0.10.4)
7+
> 20 May 2025
8+
* :alien: Fix webhook registration - remove deprecated private metafield by @lishanl in https://github.com/SatelCreative/spylib/pull/225
9+
10+
511
#### [0.10.3](https://github.com/SatelCreative/spylib/compare/0.10.2...0.10.3)
612
> 16 August 2024
713

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spylib"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
description = "A library to facilitate interfacing with Shopify's API"
55
authors = ["Anthony Hillairet <ant@satel.ca>"]
66
maintainers = ["Anthony Hillairet <ant@satel.ca>", "Lishan Luo <lishan@satel.ca>", "Frank Chung <frank@satel.ca>"]

spylib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A library to facilitate interfacing with Shopify's API."""
22

3-
__version__ = '0.10.3'
3+
__version__ = '0.10.4'

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ commands =
1616
mypy spylib
1717
flake8 spylib tests
1818
black spylib tests --check
19-
linkcheckMarkdown docs
20-
lazydocs --validate spylib
2119

2220
[testenv:with_fastapi]
2321
allowlist_externals = poetry
2422
commands =
2523
poetry install -E fastapi
2624
poetry run pytest --cov=spylib --cov-report term-missing tests/
25+
linkcheckMarkdown docs
26+
lazydocs --validate spylib
27+

0 commit comments

Comments
 (0)