Skip to content

Commit 741773f

Browse files
Bump version 8.4.1 (#1262)
1 parent 4f07ea9 commit 741773f

File tree

299 files changed

+318
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+318
-317
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions

docs/8.examples/_demos_table.md

Lines changed: 19 additions & 19 deletions

docs/9.release-notes/_8.4_changelog.md

Lines changed: 1 addition & 0 deletions

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 = "8.4.0"
4+
version = "8.4.1"
55
license = { text = "MIT" }
66
authors = [
77
{ name = "Lev Gorodetskii", email = "[email protected]" },

src/demo_blank/.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by DipDup 8.4.0
1+
# generated by DipDup 8.4.1
22

33
# Ignore all
44
*

src/demo_blank/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by DipDup 8.4.0
1+
# generated by DipDup 8.4.1
22

33
# Ignore all but root directory (gitignore specific)
44
*

src/demo_blank/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by DipDup 8.4.0
1+
# generated by DipDup 8.4.1
22
.PHONY: $(MAKECMDGOALS)
33
MAKEFLAGS += --no-print-directory
44
##

src/demo_blank/README.md

Lines changed: 1 addition & 1 deletion

src/demo_blank/configs/dipdup.compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by DipDup 8.4.0
1+
# generated by DipDup 8.4.1
22
database:
33
kind: postgres
44
host: ${POSTGRES_HOST:-db}

src/demo_blank/configs/dipdup.sqlite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by DipDup 8.4.0
1+
# generated by DipDup 8.4.1
22
database:
33
kind: sqlite
44
path: ${SQLITE_PATH:-/tmp/demo_blank.sqlite}

0 commit comments

Comments
 (0)