Skip to content

Commit d105db2

Browse files
committed
Version bump to 1.44
1 parent 4eff00d commit d105db2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = u'1.4'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.4.3'
64+
release = u'1.4.4'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
@@ -298,4 +298,4 @@
298298
autoclass_content = 'both'
299299

300300
def setup(app):
301-
app.add_stylesheet('css/custom.css')
301+
app.add_stylesheet('css/custom.css')

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name='cbapi',
39-
version='1.4.3',
39+
version='1.4.4',
4040
url='https://github.com/carbonblack/cbapi-python',
4141
license='MIT',
4242
author='Carbon Black',

0 commit comments

Comments
 (0)