Skip to content

Commit 0a9e54f

Browse files
authored
Merge pull request #12 from bagerard/prepare_release_0-1-6
prepare_release_0-1-6
2 parents 040b443 + 8c5068b commit 0a9e54f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ This plugin is using the following error codes:
8080
Changes
8181
-------
8282
83+
0.1.6 - 2023-10-03
84+
``````````````````
85+
* fix in options parser for flake8 > 6.0
86+
8387
0.1.5 - 2021-03-21
8488
``````````````````
8589
* minor refactoring and doc improvement

flake8_test_name.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import Callable, Optional
77

88
# metadata
9-
__version__ = "0.1.5"
9+
__version__ = "0.1.6"
1010

1111
CODE_PREFIX = "TN"
1212

0 commit comments

Comments
 (0)