Skip to content

Commit 5912bdc

Browse files
author
Anthony Hillairet
authored
🔖 Release/0.10.0 (#213)
* Bump version to 0.10.0 * Add 0.10.0 changelog * Fix 0.10.0 section title
1 parent 9cb9ffe commit 5912bdc

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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+
#### [0.10.0](https://github.com/SatelCreative/spylib/compare/0.9.3...0.10.0)
6+
> 13 December 2023
7+
8+
* ⬆️ Upgrade to pydantic 2.5 by @hillairet in https://github.com/SatelCreative/spylib/pull/207
9+
10+
511
#### [0.9.3](https://github.com/SatelCreative/spylib/compare/0.9.2...0.9.3)
612
> 13 December 2023
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.9.3"
3+
version = "0.10.0"
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.9.3'
3+
__version__ = '0.10.0'

0 commit comments

Comments
 (0)