Skip to content

Commit 6bc5063

Browse files
committed
update version
1 parent a1b625c commit 6bc5063

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = 'Demeter'
1616
copyright = '2024, zelos research'
1717
author = 'zelos research'
18-
release = '1.1.1'
18+
release = '1.1.5'
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

release_note.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Ver 1.1.5
2+
3+
* [Breaking change]Fix bug: If quote token is not USD or quote token is different among markets, net value might be incorrect.
4+
15
# Ver 1.1.4
26

37
* fix issue in check aave repay amount

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="zelos-demeter",
10-
version="1.1.1",
10+
version="1.1.5",
1111
packages=find_packages(exclude=["tests", "tests.*", "samples", "samples.*"]),
1212
url="https://zelos-demeter.readthedocs.io",
1313
license="MIT",

0 commit comments

Comments
 (0)