Skip to content

Commit 8abf0aa

Browse files
committed
Bump to 4.0.0-rc1
1 parent 8e511af commit 8abf0aa

File tree

11 files changed

+12
-11
lines changed

11 files changed

+12
-11
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.3
2+
current_version = 4.0.0-rc1
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Please use [this](https://docs.gitlab.com/ee/development/changelog.html) document as guidelines to keep a changelog.
44

5-
## 4.0.0-rc1 - [unreleased]
5+
## 4.0.0-rc1 - 2021-12-02
66

77
### ⚠ Migration
88

@@ -41,6 +41,7 @@ advanced:
4141
* cli: Fixed `schema wipe --immune` flag being ignored.
4242
* codegen: Fixed missing imports in handlers generated during init.
4343
* coinbase: Fixed possible data inconsistency caused by caching enabled for method `get_candles`.
44+
* hasura: Fixed unnecessary reconfiguration in restart.
4445
* http: Fixed increasing sleep time between failed request attempts.
4546
* index: Fixed invocation of head index callback.
4647
* index: Fixed `CallbackError` raised instead of `ReindexingRequiredError` in some cases.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "dipdup"
33
description = "Python SDK for developing indexers of Tezos smart contracts inspired by The Graph"
4-
version = "3.1.3"
4+
version = "4.0.0-rc1"
55
license = "MIT"
66
authors = [
77
"Lev Gorodetskiy <[email protected]>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM dipdup/dipdup:3.1.3
1+
FROM dipdup/dipdup:4.0.0-rc1
22
COPY demo_hic_et_nunc /home/dipdup/demo_hic_et_nunc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM dipdup/dipdup:3.1.3
1+
FROM dipdup/dipdup:4.0.0-rc1
22
COPY demo_quipuswap /home/dipdup/demo_quipuswap
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM dipdup/dipdup:3.1.3
1+
FROM dipdup/dipdup:4.0.0-rc1
22
COPY demo_registrydao /home/dipdup/demo_registrydao
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM dipdup/dipdup:3.1.3
1+
FROM dipdup/dipdup:4.0.0-rc1
22
COPY demo_tezos_domains /home/dipdup/demo_tezos_domains
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM dipdup/dipdup:3.1.3
1+
FROM dipdup/dipdup:4.0.0-rc1
22
COPY demo_tezos_domains_big_map /home/dipdup/demo_tezos_domains_big_map

src/demo_tzbtc/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM dipdup/dipdup:3.1.3
1+
FROM dipdup/dipdup:4.0.0-rc1
22
COPY demo_tzbtc /home/dipdup/demo_tzbtc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM dipdup/dipdup:3.1.3
1+
FROM dipdup/dipdup:4.0.0-rc1
22
COPY demo_tzcolors /home/dipdup/demo_tzcolors

0 commit comments

Comments
 (0)