1
0

Compare commits

..

No commits in common. "c5ef9dfc798395324fa569ee0d767c16cbc146d3" and "a10a60392826979f47ec197987cd7e6a0b116a4f" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.3.10'
__version__ = '0.3.9'

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