From 7a1436a9ea559d44af397c011519f5d463d87092 Mon Sep 17 00:00:00 2001
From: overcat <4catcode@gmail.com>
Date: Mon, 28 Aug 2023 10:32:51 +0800
Subject: [PATCH] release: 0.5.3
---
CHANGELOG.rst | 5 +++++
README.rst | 2 +-
pyproject.toml | 2 +-
stellar_model/__init__.py | 2 +-
4 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f332764..a491f39 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,11 @@ Change Log
This document records all notable changes to `stellar-model `_.
+0.5.3
+----------------------------
+* deps: bump pydantic to v2. (`#48 `_)
+* fix: bug fixes.
+
0.5.2
----------------------------
* fix: fix model for `LiquidityPoolRemovedEffect`. (`#43 `_)
diff --git a/README.rst b/README.rst
index 079d497..0313f8b 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ Please check the list `here "]
readme = "README.rst"
diff --git a/stellar_model/__init__.py b/stellar_model/__init__.py
index 9f0950a..c3a6d06 100644
--- a/stellar_model/__init__.py
+++ b/stellar_model/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.5.2"
+__version__ = "0.5.3"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"