Skip to content

Commit 321e3a4

Browse files
committed
Bump version and update changelog
1 parent 8148cb9 commit 321e3a4

File tree

4 files changed

+29
-28
lines changed

4 files changed

+29
-28
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
1.5.0 (unreleased)
4+
1.5.0 (2026-04-01)
55
++++++++++++++++++
66

77
Bug fixes:

RELEASING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
1. Bump version in `pyproject.toml` and update the changelog
44
with today's date.
5-
2. Commit: `git commit -m "Bump version and update changelog"`
6-
3. Tag the commit: `git tag x.y.z`
7-
4. Push: `git push --tags origin dev`. CI will take care of the
5+
2. Run `uv lock -U`
6+
3. Commit: `git commit -m "Bump version and update changelog"`
7+
4. Tag the commit: `git tag x.y.z`
8+
5. Push: `git push --tags origin dev`. CI will take care of the
89
PyPI release.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "marshmallow-sqlalchemy"
3-
version = "1.4.2"
3+
version = "1.5.0"
44
description = "SQLAlchemy integration with the marshmallow (de)serialization library"
55
readme = "README.rst"
66
license = { file = "LICENSE" }

uv.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)