File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Change Log
4
4
5
5
This document records all notable changes to `stellar-model <https://github.com/StellarCN/stellar-model/ >`_.
6
6
7
+ 0.6.0
8
+ ----------------------------
9
+ * feat: add support for Horizon v22.0.0. (`#62 <https://github.com/StellarCN/stellar-model/pull/62/ >`_)
10
+
7
11
0.5.4
8
12
----------------------------
9
13
* feat: add support for Horizon v2.27.0. (`#59 <https://github.com/StellarCN/stellar-model/pull/59/ >`_)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Please check the list `here <https://github.com/StellarCN/stellar-model/issues/2
29
29
30
30
.. code-block :: text
31
31
32
- pip install stellar-model==0.5.4
32
+ pip install stellar-model==0.6.0
33
33
34
34
Example
35
35
=======
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " stellar-model"
3
- version = " 0.5.4 "
3
+ version = " 0.6.0 "
4
4
description = " Parse the raw Stellar data into Python models."
5
5
authors = [" overcat <4catcode@gmail.com>" ]
6
6
readme = " README.rst"
Original file line number Diff line number Diff line change 1
- __version__ = "0.5.4 "
1
+ __version__ = "0.6.0 "
2
2
__url__ = "https://github.com/StellarCN/stellar-model"
3
3
__issues__ = f"{ __url__ } /issues"
4
4
Original file line number Diff line number Diff line change @@ -121,4 +121,4 @@ class ClaimableBalance(BaseModel):
121
121
links : Links = Field (alias = "_links" )
122
122
123
123
124
- ClaimPredicate .update_forward_refs ()
124
+ ClaimPredicate .model_rebuild ()
You can’t perform that action at this time.
0 commit comments