Skip to content

Commit e3b6e64

Browse files
Bump version 7.0.1 (#859)
1 parent ab00c3b commit e3b6e64

File tree

6 files changed

+35
-34
lines changed

6 files changed

+35
-34
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

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

7-
## [Unreleased]
7+
## [7.0.1] - 2023-09-30
88

99
### Added
1010

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

11951195
<!-- Versions -->
1196-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.0.0...HEAD
1196+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.0.1...HEAD
1197+
[7.0.1]: https://github.com/dipdup-io/dipdup/compare/7.0.0...7.0.1
11971198
[7.0.0]: https://github.com/dipdup-io/dipdup/compare/7.0.0rc5...7.0.0
11981199
[7.0.0rc5]: https://github.com/dipdup-io/dipdup/compare/7.0.0rc4...7.0.0rc5
11991200
[6.5.11]: https://github.com/dipdup-io/dipdup/compare/6.5.10...6.5.11

docs/9.release-notes/1.v7.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: 7.0.0
3-
description: DipDup 7.0.0 release notes
2+
title: 7.0
3+
description: DipDup 7.0 release notes
44
---
55

6-
# Release Notes: 7.0.0
6+
# Release Notes: 7.0
77

88
Welcome, developers! Today we introduce 7.0, the most significant major release for DipDup in terms of both changes and developer hours. The new framework architecture allows to easily integrate new blockchains and data sources. EVM support is the first step in this direction; more to come soon. Also we have focused on improving developer experience, so you can initialize, extend and maintain DipDup projects with minimal effort. Finally, updated docs and new demo projects won't let you get lost.
99

pdm.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "dipdup"
33
description = "Modular framework for creating selective indexers and featureful backends for dapps"
4-
version = "7.0.0"
4+
version = "7.0.1"
55
license = { text = "MIT" }
66
authors = [
77
{ name = "Lev Gorodetskii", email = "[email protected]" },

requirements.dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ prometheus-client==0.17.1
7272
protobuf==4.24.1
7373
pyarrow==12.0.1
7474
pycryptodome==3.19.0
75-
pydantic==1.10.12
75+
pydantic==1.10.13
7676
Pygments==2.16.1
7777
pyhumps==3.8.0
7878
pypika-tortoise==0.1.6
@@ -92,7 +92,7 @@ regex==2023.8.8
9292
requests==2.31.0
9393
rfc3339-validator==0.1.4
9494
rlp==3.0.0
95-
ruamel-yaml==0.17.32
95+
ruamel-yaml==0.17.33
9696
ruamel-yaml-clib==0.2.7
9797
ruff==0.0.291
9898
sentry-sdk==1.31.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ prometheus-client==0.17.1
6161
protobuf==4.24.1
6262
pyarrow==12.0.1
6363
pycryptodome==3.19.0
64-
pydantic==1.10.12
64+
pydantic==1.10.13
6565
pyhumps==3.8.0
6666
pypika-tortoise==0.1.6
6767
pyrsistent==0.19.3
@@ -75,7 +75,7 @@ regex==2023.8.8
7575
requests==2.31.0
7676
rfc3339-validator==0.1.4
7777
rlp==3.0.0
78-
ruamel-yaml==0.17.32
78+
ruamel-yaml==0.17.33
7979
ruamel-yaml-clib==0.2.7
8080
sentry-sdk==1.31.0
8181
setuptools==68.2.2

0 commit comments

Comments
 (0)