Skip to content

Commit

Permalink
release: 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Dec 9, 2023
1 parent 72b07c7 commit 3370e96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.4
----------------------------
* feat: add support for Horizon v2.27.0. (`#59 <https://github.com/StellarCN/stellar-model/pull/59/>`_)

0.5.3
----------------------------
* deps: bump pydantic to v2. (`#48 <https://github.com/StellarCN/stellar-model/pull/48/>`_)
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.3
pip install stellar-model==0.5.4
Example
=======
Expand Down
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.3"
version = "0.5.4"
description = "Parse the raw Stellar data into Python models."
authors = ["overcat <4catcode@gmail.com>"]
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.3"
__version__ = "0.5.4"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"

Expand Down

0 comments on commit 3370e96

Please sign in to comment.