Skip to content

Commit ce66d21

Browse files
committed
Bump version
1 parent c407f7b commit ce66d21

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
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 = 5.0.0-rc2
2+
current_version = 5.0.0-rc3
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased]
3+
## 5.0.0-rc3 - 2022-03-28
44

55
### Added
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python SDK for developing indexers of [Tezos](https://tezos.com/) smart contract
99

1010
## Quickstart
1111

12-
Python 3.8+ is required for dipdup to run.
12+
Python 3.10+ is required for dipdup to run.
1313

1414
```shell
1515
$ pip install dipdup

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 = "5.0.0-rc2"
4+
version = "5.0.0-rc3"
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:5.0.0-rc2
1+
FROM dipdup/dipdup:5.0.0-rc3
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:5.0.0-rc2
1+
FROM dipdup/dipdup:5.0.0-rc3
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:5.0.0-rc2
1+
FROM dipdup/dipdup:5.0.0-rc3
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:5.0.0-rc2
1+
FROM dipdup/dipdup:5.0.0-rc3
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:5.0.0-rc2
1+
FROM dipdup/dipdup:5.0.0-rc3
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:5.0.0-rc2
1+
FROM dipdup/dipdup:5.0.0-rc3
22
COPY demo_tzbtc /home/dipdup/demo_tzbtc

0 commit comments

Comments
 (0)