Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 30, 2016
1 parent e54c262 commit 6b4568e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.8.0
files = setup.py beradio/version.py doc/source/conf.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion beradio/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# (c) 2015 Richard Pobering <einsiedlerkrebs@netfrag.org>
# (c) 2015 Andreas Motl, Elmyra UG <andreas.motl@elmyra.de>
__VERSION__ = '0.7.0'
__VERSION__ = '0.8.0'
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '=0.7.0'
version = '=0.8.0'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='beradio',
version='0.7.0',
version='0.8.0',
description='BERadio',
long_description='BERadio spec and reference implementation',
license="GPL 3",
Expand Down

0 comments on commit 6b4568e

Please sign in to comment.