1
0

Compare commits

..

No commits in common. "cdbfd6623c6b2dadba5958e0c263639e2adcbf66" and "beb58b61876a003c1353322c915188a5828fc023" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.18'
__version__ = '0.1.17'

View File

@ -7,7 +7,6 @@ lint.ignore = [
'Q003', 'D205', # Format conflict
'TCH', # Microoptimization at the cost of readability
'TID252', # I like relative imports
'D407', 'D413', # Weird documentation stuff