Skip to content

Commit

Permalink
release: 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jun 10, 2022
1 parent d992fa8 commit e890c02
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.5.1
----------------------------
* feat: add `EffectResponse` to parse single effect. (`#36 <https://github.com/StellarCN/stellar-model/pull/36/>`_)

0.5.0
----------------------------
* feat: add support for Horizon `v2.17.0 <https://github.com/stellar/go/releases/tag/horizon-v2.17.0>`_. (`#31 <https://github.com/StellarCN/stellar-model/pull/31/>`_)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please check the list `here <https://github.com/StellarCN/stellar-model/issues/2

.. code-block:: text
pip install stellar-model==0.5.0
pip install stellar-model==0.5.1
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.5.0
stellar-model==0.5.1
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.5.0"
version = "0.5.1"
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.5.0"
__version__ = "0.5.1"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"

Expand Down

0 comments on commit e890c02

Please sign in to comment.