1
0

Compare commits

..

No commits in common. "9c50d3943ab5400f3696144c043c8a109204f4e6" and "10d02d713c80de91b0d53f32002863e737c39c80" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.21'
__version__ = '0.1.20'

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