Skip to content

Commit

Permalink
Version bump to 1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyestep committed May 24, 2019
1 parent 4eff00d commit d105db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'1.4'
# The full version, including alpha/beta/rc tags.
release = u'1.4.3'
release = u'1.4.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -298,4 +298,4 @@
autoclass_content = 'both'

def setup(app):
app.add_stylesheet('css/custom.css')
app.add_stylesheet('css/custom.css')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='cbapi',
version='1.4.3',
version='1.4.4',
url='https://github.com/carbonblack/cbapi-python',
license='MIT',
author='Carbon Black',
Expand Down

0 comments on commit d105db2

Please sign in to comment.