Skip to content

Commit

Permalink
Bump version 6.5.4 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Mar 31, 2023
1 parent 67040d8 commit d82d5b6
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 52 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [Unreleased]
## [6.5.4] - 2022-03-31

### Fixed

Expand Down Expand Up @@ -981,7 +981,8 @@ This release contains no changes except for the version number.
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.3...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.4...HEAD
[6.5.4]: https://github.com/dipdup-io/dipdup/compare/6.5.3...6.5.4
[6.5.3]: https://github.com/dipdup-io/dipdup/compare/6.5.2...6.5.3
[6.5.2]: https://github.com/dipdup-io/dipdup/compare/6.5.1...6.5.2
[6.5.1]: https://github.com/dipdup-io/dipdup/compare/6.5.0...6.5.1
Expand Down
2 changes: 1 addition & 1 deletion docs/config/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@

<dl class="py class">
<dt class="sig sig-object py" id="TokenTransferHandlerConfig">
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre"></span></span><span class="sig-name descname"><span class="pre">TokenTransferHandlerConfig</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">callback</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">contract</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">token_id</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">from_</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">FieldInfo(alias='from',</span> <span class="pre">alias_priority=2,</span> <span class="pre">extra={})</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">to</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#TokenTransferHandlerConfig" title="Permalink to this definition">¶</a></dt>
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre"></span></span><span class="sig-name descname"><span class="pre">TokenTransferHandlerConfig</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">callback</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">contract</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">token_id</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">from_</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">to</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#TokenTransferHandlerConfig" title="Permalink to this definition">¶</a></dt>
<dd><p>Token transfer handler config</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
Expand Down
73 changes: 36 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "dipdup"
description = "Modular framework for creating selective indexers and featureful backends for dapps"
version = "6.5.3"
version = "6.5.4"
license = "MIT"
authors = [
"Lev Gorodetskiy <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@ packages = [
python = ">=3.10,<3.11"

asyncpg = "0.27.0"
datamodel-code-generator = "0.17.1"
datamodel-code-generator = "0.17.2"
pydantic = "1.10.7"
pysignalr = "0.1.2"
tortoise-orm = "0.19.3"
Expand Down
8 changes: 4 additions & 4 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aiosqlite==0.17.0 ; python_version >= "3.10" and python_version < "3.11"
alabaster==0.7.13 ; python_version >= "3.10" and python_version < "3.11"
anyio==3.6.2 ; python_version >= "3.10" and python_version < "3.11"
apscheduler==3.10.1 ; python_version >= "3.10" and python_version < "3.11"
argcomplete==2.1.2 ; python_version >= "3.10" and python_version < "3.11"
argcomplete==3.0.5 ; python_version >= "3.10" and python_version < "3.11"
async-timeout==4.0.2 ; python_version >= "3.10" and python_version < "3.11"
asyncclick==8.1.3.4 ; python_version >= "3.10" and python_version < "3.11"
asyncpg==0.27.0 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -18,7 +18,7 @@ charset-normalizer==3.1.0 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.3 ; python_version >= "3.10" and python_version < "3.11"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and platform_system == "Windows" or python_version >= "3.10" and python_version < "3.11" and sys_platform == "win32"
coverage[toml]==7.2.2 ; python_version >= "3.10" and python_version < "3.11"
datamodel-code-generator==0.17.1 ; python_version >= "3.10" and python_version < "3.11"
datamodel-code-generator==0.17.2 ; python_version >= "3.10" and python_version < "3.11"
diff-cover==7.5.0 ; python_version >= "3.10" and python_version < "3.11"
dnspython==2.3.0 ; python_version >= "3.10" and python_version < "3.11"
docker==6.0.1 ; python_version >= "3.10" and python_version < "3.11"
Expand Down Expand Up @@ -77,7 +77,7 @@ pyyaml==6.0 ; python_version >= "3.10" and python_version < "3.11"
requests==2.28.2 ; python_version >= "3.10" and python_version < "3.11"
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
ruff==0.0.259 ; python_version >= "3.10" and python_version < "3.11"
ruff==0.0.260 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -98,7 +98,7 @@ toml==0.10.2 ; python_version >= "3.10" and python_version < "3.11"
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
tortoise-orm==0.19.3 ; python_version >= "3.10" and python_version < "3.11"
typed-ast==1.5.4 ; python_version >= "3.10" and python_version < "3.11"
types-pytz==2023.2.0.1 ; python_version >= "3.10" and python_version < "3.11"
types-pytz==2023.3.0.0 ; python_version >= "3.10" and python_version < "3.11"
types-tabulate==0.9.0.2 ; python_version >= "3.10" and python_version < "3.11"
typing-extensions==4.5.0 ; python_version >= "3.10" and python_version < "3.11"
tzdata==2023.3 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
8 changes: 4 additions & 4 deletions requirements.pytezos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aiosqlite==0.17.0 ; python_version >= "3.10" and python_version < "3.11"
anyio==3.6.2 ; python_version >= "3.10" and python_version < "3.11"
appnope==0.1.3 ; python_version >= "3.10" and python_version < "3.11" and platform_system == "Darwin" or python_version >= "3.10" and python_version < "3.11" and sys_platform == "darwin"
apscheduler==3.10.1 ; python_version >= "3.10" and python_version < "3.11"
argcomplete==2.1.2 ; python_version >= "3.10" and python_version < "3.11"
argcomplete==3.0.5 ; python_version >= "3.10" and python_version < "3.11"
argon2-cffi-bindings==21.2.0 ; python_version >= "3.10" and python_version < "3.11"
argon2-cffi==21.3.0 ; python_version >= "3.10" and python_version < "3.11"
arrow==1.2.3 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -30,7 +30,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and platf
comm==0.1.3 ; python_version >= "3.10" and python_version < "3.11"
cryptography==39.0.2 ; python_version >= "3.10" and python_version < "3.11"
cytoolz==0.12.1 ; python_version >= "3.10" and python_version < "3.11" and implementation_name == "cpython"
datamodel-code-generator==0.17.1 ; python_version >= "3.10" and python_version < "3.11"
datamodel-code-generator==0.17.2 ; python_version >= "3.10" and python_version < "3.11"
debugpy==1.6.6 ; python_version >= "3.10" and python_version < "3.11"
decorator==5.1.1 ; python_version >= "3.10" and python_version < "3.11"
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -53,7 +53,7 @@ importlib-resources==5.12.0 ; python_version >= "3.10" and python_version < "3.1
inflect==5.6.2 ; python_version >= "3.10" and python_version < "3.11"
ipykernel==6.22.0 ; python_version >= "3.10" and python_version < "3.11"
ipython-genutils==0.2.0 ; python_version >= "3.10" and python_version < "3.11"
ipython==8.11.0 ; python_version >= "3.10" and python_version < "3.11"
ipython==8.12.0 ; python_version >= "3.10" and python_version < "3.11"
iso8601==1.1.0 ; python_version >= "3.10" and python_version < "3.11"
isoduration==20.11.0 ; python_version >= "3.10" and python_version < "3.11"
isort==5.12.0 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -77,7 +77,7 @@ mnemonic==0.20 ; python_version >= "3.10" and python_version < "3.11"
msgpack==1.0.5 ; python_version >= "3.10" and python_version < "3.11"
multidict==6.0.4 ; python_version >= "3.10" and python_version < "3.11"
mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "3.11"
nbclassic==0.5.3 ; python_version >= "3.10" and python_version < "3.11"
nbclassic==0.5.4 ; python_version >= "3.10" and python_version < "3.11"
nbclient==0.7.2 ; python_version >= "3.10" and python_version < "3.11"
nbconvert==7.2.10 ; python_version >= "3.10" and python_version < "3.11"
nbformat==5.8.0 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
Loading

0 comments on commit d82d5b6

Please sign in to comment.