Skip to content

Commit b2cad53

Browse files
committed
Bump vesrion
1 parent cbc84a0 commit b2cad53

File tree

12 files changed

+17
-12
lines changed

12 files changed

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

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
## [6.0.0] - 2022-08-08
9+
10+
This release contains no changes except for the version number.
11+
812
## [6.0.0rc2] - 2022-08-06
913

1014
### Added
@@ -689,7 +693,8 @@ This release contains no changes except for the version number.
689693
[semantic versioning]: https://semver.org/spec/v2.0.0.html
690694

691695
<!-- Versions -->
692-
[unreleased]: https://github.com/dipdup-net/dipdup-py/compare/6.0.0rc2...HEAD
696+
[unreleased]: https://github.com/dipdup-net/dipdup-py/compare/6.0.0...HEAD
697+
[6.0.0]: https://github.com/dipdup-net/dipdup-py/compare/6.0.0rc2...6.0.0
693698
[6.0.0rc2]: https://github.com/dipdup-net/dipdup-py/compare/6.0.0-rc1...6.0.0rc2
694699
[6.0.0-rc1]: https://github.com/dipdup-net/dipdup-py/compare/5.2.5...6.0.0-rc1
695700
[5.2.5]: https://github.com/dipdup-net/dipdup-py/compare/5.2.4...5.2.5

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

0 commit comments

Comments
 (0)