From fa2c5d02449f64e689f6c9703c321ca678c538b5 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Wed, 6 Jan 2021 03:08:00 +0100 Subject: [PATCH] No, still alpha.7 --- CHANGELOG.md | 8 +------- aasrp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86b2f7b..741df7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,18 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) -## [0.1.0-beta.8] - 2021-01-06 +## [0.1.0-beta.7] - 2021-01-06 ### Fixed - Character portrait formatting - zKillboard link with icon in request detail modal - - -## [0.1.0-beta.7] - 2021-01-06 - -### Fixed - - Filter dropdowns for character diff --git a/aasrp/__init__.py b/aasrp/__init__.py index c0b75760..1f6dc0e6 100644 --- a/aasrp/__init__.py +++ b/aasrp/__init__.py @@ -6,7 +6,7 @@ default_app_config: str = "aasrp.apps.AaSrpConfig" -__version__ = "0.1.0-beta.8" +__version__ = "0.1.0-beta.7" __title__ = "Ship Replacement" __verbose_name__ = "AA-SRP - A ship replacement module for Alliance Auth" __user_agent__ = "{verbose_name} - v{version} - {github_url}".format(