1
0

Compare commits

..

No commits in common. "a47fc46ddd675e311818e830d156bd8dbde9e39d" and "e04a5df77ca3ca5d0bc4b38d57f94d0d3d963276" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.3.15'
__version__ = '0.3.14'

View File

@ -76,5 +76,4 @@ docstring-code-format = true
"S101", # Test Asserts
"T201", # Debug prints
"PLR2004", # magic-value-comparison
'SLF001', # Allow access to private members
]