From 0eff0303c6bb995683ba4eea15d941f3eeaa1b52 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 2 Jan 2024 22:58:03 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- hivemind_core/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdff0b..5e5b87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/JarbasHiveMind/HiveMind-core/tree/HEAD) -[Full Changelog](https://github.com/JarbasHiveMind/HiveMind-core/compare/V0.13.1a8...HEAD) +[Full Changelog](https://github.com/JarbasHiveMind/HiveMind-core/compare/V0.13.1a9...HEAD) + +**Merged pull requests:** + +- Fix missing host argument [\#80](https://github.com/JarbasHiveMind/HiveMind-core/pull/80) ([goldyfruit](https://github.com/goldyfruit)) + +## [V0.13.1a9](https://github.com/JarbasHiveMind/HiveMind-core/tree/V0.13.1a9) (2024-01-02) + +[Full Changelog](https://github.com/JarbasHiveMind/HiveMind-core/compare/V0.13.1a8...V0.13.1a9) **Closed issues:** diff --git a/hivemind_core/version.py b/hivemind_core/version.py index 2f5b9ab..d99e96f 100644 --- a/hivemind_core/version.py +++ b/hivemind_core/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 13 VERSION_BUILD = 1 -VERSION_ALPHA = 9 +VERSION_ALPHA = 10 # END_VERSION_BLOCK