Skip to content

Commit

Permalink
pre-release: 0.2.2b0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Oct 9, 2021
1 parent 21abffc commit 185c87c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Change Log

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

0.2.2b0 (Horizon v2.8.3)
------------------------
* fix: make `ClaimableBalance.last_modified_time` and `Offer.last_modified_time` optional.

0.2.1b0 (Horizon v2.8.3)
------------------------
* fix: make `Account.last_modified_time` optional. (`#19 <https://github.com/StellarCN/stellar-model/pull/19/>`_)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Please check the list `here <https://github.com/StellarCN/stellar-model/issues/2

.. code-block:: text
pip install stellar-model==0.2.1b0
pip install stellar-model==0.2.2b0
Example
=======
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stellar-model==0.2.0b0
stellar-model==0.2.2b0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stellar-model"
version = "0.2.1b0"
version = "0.2.2b0"
description = "Parse the raw Stellar data into Python models."
authors = ["overcat <[email protected]>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion stellar_model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1b0"
__version__ = "0.2.2b0"
__supported_horizon_version__ = "2.8.3"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"
Expand Down

0 comments on commit 185c87c

Please sign in to comment.