Skip to content

Commit

Permalink
release 5.19.15
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Apr 9, 2020
1 parent 5befecd commit 5231725
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asammdf/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
""" asammdf version module """

__version__ = "5.19.14"
__version__ = "5.19.15"
17 changes: 17 additions & 0 deletions pre_commit.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
black asammdf\blocks\
black asammdf\gui\dialogs\
black asammdf\gui\widgets\
black asammdf\gui\plot.py
black asammdf\gui\asammdfgui.py
black asammdf\mdf.py
black asammdf\signal.py
black asammdf\version.py

isort -rc asammdf\blocks\
isort -rc asammdf\gui\dialogs\
isort -rc asammdf\gui\widgets\
isort asammdf\gui\plot.py
isort asammdf\gui\asammdfgui.py
isort asammdf\mdf.py
isort asammdf\signal.py
isort asammdf\version.py

0 comments on commit 5231725

Please sign in to comment.