Skip to content

Commit 4789ab9

Browse files
Bump version 6.5.11 (#817)
1 parent f2ed9fb commit 4789ab9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- master
9-
- fix/tzkt-transactions-backport
109
paths:
1110
- 'docs/**'
1211
- 'scripts/**'

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

7-
## [Unreleased]
7+
## [6.5.11] - 2023-09-02
88

99
### Fixed
1010

@@ -1048,7 +1048,8 @@ This release contains no changes except for the version number.
10481048
[semantic versioning]: https://semver.org/spec/v2.0.0.html
10491049

10501050
<!-- Versions -->
1051-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.10...HEAD
1051+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.11...HEAD
1052+
[6.5.11]: https://github.com/dipdup-io/dipdup/compare/6.5.10...6.5.11
10521053
[6.5.10]: https://github.com/dipdup-io/dipdup/compare/6.5.9...6.5.10
10531054
[6.5.9]: https://github.com/dipdup-io/dipdup/compare/6.5.8...6.5.9
10541055
[6.5.8]: https://github.com/dipdup-io/dipdup/compare/6.5.7...6.5.8

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 = "Modular framework for creating selective indexers and featureful backends for dapps"
4-
version = "6.5.10"
4+
version = "6.5.11"
55
license = "MIT"
66
authors = [
77
"Lev Gorodetskiy <[email protected]>",

0 commit comments

Comments
 (0)