Skip to content

Commit 71ecdf7

Browse files
committed
Bump version 6.5.1
1 parent fcc7d6b commit 71ecdf7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 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.1] - 2023-02-21
88

99
### Fixed
1010

@@ -946,7 +946,9 @@ This release contains no changes except for the version number.
946946
[semantic versioning]: https://semver.org/spec/v2.0.0.html
947947

948948
<!-- Versions -->
949-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.4.3...HEAD
949+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.1...HEAD
950+
[6.5.1]: https://github.com/dipdup-io/dipdup/compare/6.5.0...6.5.1
951+
[6.5.0]: https://github.com/dipdup-io/dipdup/compare/6.4.3...6.5.0
950952
[6.4.3]: https://github.com/dipdup-io/dipdup/compare/6.4.2...6.4.3
951953
[6.4.2]: https://github.com/dipdup-io/dipdup/compare/6.4.1...6.4.2
952954
[6.4.1]: https://github.com/dipdup-io/dipdup/compare/6.4.0...6.4.1

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.0"
4+
version = "6.5.1"
55
license = "MIT"
66
authors = [
77
"Lev Gorodetskiy <[email protected]>",

0 commit comments

Comments
 (0)