Skip to content

Commit

Permalink
small changes and version bunp
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed May 30, 2024
1 parent 6fd1c73 commit 3ee914b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Makefile for Alliance Auth Fleet Activity Tracker (AFAT)
# Makefile for Alliance Auth Mumble Temp Links

# Variables
appname = allianceauth-mumbletemps
Expand Down
2 changes: 1 addition & 1 deletion mumbletemps/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.5"
__version__ = "3.0.0"

0 comments on commit 3ee914b

Please sign in to comment.