Skip to content

Commit

Permalink
Bump version: 0.8.3 → 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soasme committed Apr 9, 2016
1 parent 031b529 commit bbdea0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion beeper/cmd.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.8.3'
__version__ = '0.8.4'

import tempfile
import subprocess
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.8.3'
version = u'0.8.4'
# The full version, including alpha/beta/rc tags.
release = u'0.8.3'
release = u'0.8.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.3
current_version = 0.8.4
commit = True
tag = True

Expand All @@ -8,10 +8,12 @@ tag = True
[bumpversion:file:beeper/cmd.py]

[bumpversion:file:docs/conf.py]

[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1

[upload_sphinx]
upload-dir = docs/_build/html

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='beeper',
version='0.8.3',
version='0.8.4',
url='https://github.com/soasme/beeper.py',
license='MIT',
author='Ju Lin',
Expand Down

0 comments on commit bbdea0c

Please sign in to comment.