Skip to content

Commit d013623

Browse files
committed
release: 0.6.0
1 parent 1b0b719 commit d013623

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Change Log
44

55
This document records all notable changes to `stellar-model <https://github.com/StellarCN/stellar-model/>`_.
66

7+
0.6.0
8+
----------------------------
9+
* feat: add support for Horizon v22.0.0. (`#62 <https://github.com/StellarCN/stellar-model/pull/62/>`_)
10+
711
0.5.4
812
----------------------------
913
* feat: add support for Horizon v2.27.0. (`#59 <https://github.com/StellarCN/stellar-model/pull/59/>`_)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please check the list `here <https://github.com/StellarCN/stellar-model/issues/2
2929

3030
.. code-block:: text
3131
32-
pip install stellar-model==0.5.4
32+
pip install stellar-model==0.6.0
3333
3434
Example
3535
=======

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 = "stellar-model"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
description = "Parse the raw Stellar data into Python models."
55
authors = ["overcat <4catcode@gmail.com>"]
66
readme = "README.rst"

stellar_model/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.4"
1+
__version__ = "0.6.0"
22
__url__ = "https://github.com/StellarCN/stellar-model"
33
__issues__ = f"{__url__}/issues"
44

stellar_model/model/horizon/claimable_balance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ class ClaimableBalance(BaseModel):
121121
links: Links = Field(alias="_links")
122122

123123

124-
ClaimPredicate.update_forward_refs()
124+
ClaimPredicate.model_rebuild()

0 commit comments

Comments
 (0)