Skip to content

Commit 084874a

Browse files
committed
Bump version and update changelog
1 parent cdf160c commit 084874a

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
(unreleased)
5-
************
4+
1.5.0 (2026-04-15)
5+
******************
66

77
Bug fixes:
88

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 sync`
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 = "flask-marshmallow"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Flask + marshmallow for beautiful APIs"
55
readme = "README.rst"
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)