From e5fe948c1273cd72944ea7e0968c42d6256ac1ee Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Thu, 9 Jan 2025 14:17:43 -0500 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 016351b..f904e57 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog --------- -1.2.0 (unreleased) +1.2.0 (2025-01-09) ++++++++++++++++++ Features: diff --git a/pyproject.toml b/pyproject.toml index 27906ab..4af8ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "marshmallow-sqlalchemy" -version = "1.1.1" +version = "1.2.0" description = "SQLAlchemy integration with the marshmallow (de)serialization library" readme = "README.rst" license = { file = "LICENSE" }