We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335b2ce commit d132504Copy full SHA for d132504
ajax_datatable/__init__.py
@@ -1,5 +1,5 @@
1
from __future__ import unicode_literals
2
-__version__ = '4.4.1'
+__version__ = '4.4.2'
3
4
from .columns import ( # noqa
5
Column,
setup.cfg
[bumpversion]
-current_version = 4.4.1
+current_version = 4.4.2
commit = True
tag = True
0 commit comments