From 8ae5227211806d14bccce16ad39c387e2a22ef26 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 3 Aug 2022 02:50:58 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.3=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- beradio/__init__.py | 2 +- doc/source/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6bb8aa1..1e09f9f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,6 @@ [bumpversion] -current_version = 0.12.3 +current_version = 0.13.0 files = setup.py beradio/__init__.py doc/source/conf.py commit = True tag = True tag_name = {new_version} - diff --git a/beradio/__init__.py b/beradio/__init__.py index cca3ed1..3892b51 100644 --- a/beradio/__init__.py +++ b/beradio/__init__.py @@ -3,7 +3,7 @@ # (c) 2015 Andreas Motl """BERadio spec and reference implementation""" __appname__ = "beradio" -__version__ = "0.12.3" +__version__ = "0.13.0" def program_name(with_version=False): diff --git a/doc/source/conf.py b/doc/source/conf.py index b16fba3..3926bf8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = "0.12.3" +version = "0.13.0" # The full version, including alpha/beta/rc tags. -release = "0.12.3" +release = "0.13.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e497e4a..2295d42 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="beradio", - version="0.12.3", + version="0.13.0", description="BERadio is an encoding specification and implementation for efficient " "communication in constrained radio link environments. It is conceived " "and used for over-the-air communication within the Hiveeyes project.",