From 3ee914b0373f903a6fdd8268a4397c8f4f1ef2b4 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Thu, 30 May 2024 10:44:58 +0800 Subject: [PATCH] small changes and version bunp --- .flake8 | 2 +- Makefile | 2 +- mumbletemps/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.flake8 b/.flake8 index 9b983d3..dd8a83d 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] exclude = .git, *migrations*, .tox, dist, htmlcov extend-ignore = E203, E266, E501, W503 -max-line-length = 88 +max-line-length = 100 select = B,C,E,F,W,T4,B9 diff --git a/Makefile b/Makefile index 3db572c..1040ad8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Makefile for Alliance Auth Fleet Activity Tracker (AFAT) +# Makefile for Alliance Auth Mumble Temp Links # Variables appname = allianceauth-mumbletemps diff --git a/mumbletemps/__init__.py b/mumbletemps/__init__.py index 34c5111..528787c 100644 --- a/mumbletemps/__init__.py +++ b/mumbletemps/__init__.py @@ -1 +1 @@ -__version__ = "2.0.5" +__version__ = "3.0.0"