From 3e6966ed8ffaf63b85a0e2912efeb2a2fec1d9fe Mon Sep 17 00:00:00 2001 From: saattrupdan Date: Mon, 21 Mar 2022 18:56:03 +0000 Subject: [PATCH] feat: v1.6.2 --- CHANGELOG.md | 2 +- mumin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9602f7..3647ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.6.2] - 2022-03-21 ### Fixed - Now removes claims that are only connected to deleted tweets when calling `to_dgl`. This previously caused a bug that was due to a mismatch between diff --git a/mumin/__init__.py b/mumin/__init__.py index 62e7d56..8c0b9f2 100644 --- a/mumin/__init__.py +++ b/mumin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.6.1' +__version__ = '1.6.2' # Set up logging import logging