We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eff00d commit d105db2Copy full SHA for d105db2
docs/conf.py
@@ -61,7 +61,7 @@
61
# The short X.Y version.
62
version = u'1.4'
63
# The full version, including alpha/beta/rc tags.
64
-release = u'1.4.3'
+release = u'1.4.4'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
@@ -298,4 +298,4 @@
298
autoclass_content = 'both'
299
300
def setup(app):
301
- app.add_stylesheet('css/custom.css')
+ app.add_stylesheet('css/custom.css')
setup.py
@@ -36,7 +36,7 @@
36
37
setup(
38
name='cbapi',
39
- version='1.4.3',
+ version='1.4.4',
40
url='https://github.com/carbonblack/cbapi-python',
41
license='MIT',
42
author='Carbon Black',
0 commit comments