We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcb5f0 commit 844980fCopy full SHA for 844980f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.2.11
+current_version = 6.2.12
3
files = lib/dt_shell/__init__.py
4
commit = True
5
tag = True
lib/dt_shell/__init__.py
@@ -25,7 +25,7 @@
25
install_colored_logs(logger=dtslogger)
26
dtslogger.setLevel(logging.INFO)
27
28
-__version__ = "6.2.11"
+__version__ = "6.2.12"
29
30
import sys
31
0 commit comments