From 1664def6bf0545a4fbba45fbea1cee7fb1c1dfd7 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Wed, 28 Jun 2023 10:07:54 -0300 Subject: [PATCH] Bump version 6.5.8 --- CHANGELOG.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ebe49c4..67cf6071d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [Unreleased] +## [6.5.8] - 2022-06-28 ### Fixed @@ -1028,7 +1028,8 @@ This release contains no changes except for the version number. [semantic versioning]: https://semver.org/spec/v2.0.0.html -[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.7...HEAD +[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.8...HEAD +[6.5.8]: https://github.com/dipdup-io/dipdup/compare/6.5.7...6.5.8 [6.5.7]: https://github.com/dipdup-io/dipdup/compare/6.5.6...6.5.7 [6.5.6]: https://github.com/dipdup-io/dipdup/compare/6.5.5...6.5.6 [6.5.5]: https://github.com/dipdup-io/dipdup/compare/6.5.4...6.5.5 diff --git a/pyproject.toml b/pyproject.toml index 0875d2ed4..792e8ac30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "dipdup" description = "Modular framework for creating selective indexers and featureful backends for dapps" -version = "6.5.7" +version = "6.5.8" license = "MIT" authors = [ "Lev Gorodetskiy ",