File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
demo_tezos_domains_big_map/docker
demo_tezos_domains/docker Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.0.1
2+ current_version = 2.0.2
33commit = True
44tag = True
55tag_name = {new_version}
@@ -14,4 +14,4 @@ replace = __version__ = '{new_version}'
1414
1515[bumpversion:glob:src/*/docker/Dockerfile]
1616search = FROM dipdup/dipdup:{current_version}
17- replace = FROM dipdup/dipdup:{new_version}
17+ replace = FROM dipdup/dipdup:{new_version}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dipdup"
33description = " Python SDK for developing indexers of Tezos smart contracts inspired by The Graph"
4- version = " 2.0.1 "
4+ version = " 2.0.2 "
55license = " MIT"
66authors = [
77 " Lev Gorodetskiy <[email protected] >" ,
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:2.0.1
1+ FROM dipdup/dipdup:2.0.2
22COPY demo_hic_et_nunc /home/dipdup/demo_hic_et_nunc
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:2.0.1
1+ FROM dipdup/dipdup:2.0.2
22COPY demo_quipuswap /home/dipdup/demo_quipuswap
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:2.0.1
1+ FROM dipdup/dipdup:2.0.2
22COPY demo_registrydao /home/dipdup/demo_registrydao
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:2.0.1
1+ FROM dipdup/dipdup:2.0.2
22COPY demo_tezos_domains /home/dipdup/demo_tezos_domains
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:2.0.1
1+ FROM dipdup/dipdup:2.0.2
22COPY demo_tezos_domains_big_map /home/dipdup/demo_tezos_domains_big_map
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:2.0.1
1+ FROM dipdup/dipdup:2.0.2
22COPY demo_tzbtc /home/dipdup/demo_tzbtc
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:2.0.1
1+ FROM dipdup/dipdup:2.0.2
22COPY demo_tzcolors /home/dipdup/demo_tzcolors
Original file line number Diff line number Diff line change 1- __version__ = '2.0.1 '
1+ __version__ = '2.0.2 '
22__spec_version__ = '1.1'
33spec_version_mapping = {
44 '0.1' : '<=0.4.3' ,
You can’t perform that action at this time.
0 commit comments