From 1a0f8cb62d0b454cc889437d95ea22b470fd564b Mon Sep 17 00:00:00 2001 From: gbMichelle Date: Tue, 23 Mar 2021 07:29:01 +0100 Subject: [PATCH] Bump version --- CHANGELOG.MD | 4 ++++ reclaimer/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 5678594d..6487edc4 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.10.1] +### Changed + - Fix bsp extraction bug + ## [2.10.0] ### Changed - Made some logic optional to get around a Python 3.9 issue with loading tags. diff --git a/reclaimer/__init__.py b/reclaimer/__init__.py index d83e6e5e..56fbec5a 100644 --- a/reclaimer/__init__.py +++ b/reclaimer/__init__.py @@ -12,8 +12,8 @@ # ############## __author__ = "Sigmmma" # YYYY.MM.DD -__date__ = "2021.03.12" -__version__ = (2, 10, 0) +__date__ = "2021.03.23" +__version__ = (2, 10, 1) __website__ = "https://github.com/Sigmmma/reclaimer" __all__ = ( "animation", "bitmaps", "h2", "h3", "halo_script", "hek", "meta", "misc",