Skip to content

Commit

Permalink
Push version number to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ugoertz committed Nov 19, 2016
1 parent 6cb8998 commit 3445b29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.3'
release = '0.8.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -4,7 +4,7 @@
from fabric.api import run, cd, local, lcd, prefix, get, put

MAJOR_VERSION = '0.8'
VERSION = '0.8.3'
VERSION = '0.8.4'
BASE_DIR = os.path.dirname(__file__)
VIRTUALENV = '/bin/bash /home/ug/.virtualenvs/k08/bin/activate'

Expand Down
2 changes: 1 addition & 1 deletion kombilo/v.py
Expand Up @@ -53,7 +53,7 @@
from .board import *
from .sgf import Node, Cursor, flip_mirror1, flip_mirror2, flip_rotate

KOMBILO_VERSION = '0.8.3'
KOMBILO_VERSION = '0.8.4'

# ---------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@

setup(
name = 'kombilo',
version = '0.8.3',
version = '0.8.4',
description = 'A database program for the game of go',
author = 'Ulrich Goertz',
author_email = 'ug@geometry.de',
Expand Down

0 comments on commit 3445b29

Please sign in to comment.