Skip to content

Commit 94f0387

Browse files
committed
pre-release: 0.3.0b0
1 parent a83fab1 commit 94f0387

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.rst

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

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

7+
0.3.0b0 (Horizon v2.9.0~rc1)
8+
----------------------------
9+
This release contains breaking updates.
10+
11+
You can check the `release log of horizon-v2.9.0-rc1 <https://github.com/stellar/go/releases/tag/horizon-v2.9.0rc1>`_ and `Horizon Liquidity Pool API Docs <https://docs.google.com/document/d/1pXL8kr1a2vfYSap9T67R-g72B_WWbaE1YsLMa04OgoU/edit#heading=h.bexstdt2tlbj>`_. (`Download Horizon Liquidity Pool API.pdf <https://github.com/StellarCN/stellar-model/files/7315193/Horizon.Liquidity.Pool.API.pdf>`_)
12+
13+
* feat: add support for horizon-v2.9.0~rc1 (`#21 <https://github.com/StellarCN/stellar-model/pull/21/>`_)
14+
715
0.2.2b0 (Horizon v2.8.3)
816
------------------------
917
* fix: make `ClaimableBalance.last_modified_time` and `Offer.last_modified_time` optional.

README.rst

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

3838
.. code-block:: text
3939
40-
pip install stellar-model==0.2.2b0
40+
pip install stellar-model==0.3.0b0
4141
4242
Example
4343
=======

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stellar-model==0.2.2b0
1+
stellar-model==0.3.0b0

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.2.2b0"
3+
version = "0.3.0b0"
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.2.2b0"
1+
__version__ = "0.3.0b0"
22
__supported_horizon_version__ = "2.8.3"
33
__url__ = "https://github.com/StellarCN/stellar-model"
44
__issues__ = f"{__url__}/issues"

0 commit comments

Comments
 (0)