diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b4d4290..07bb77e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0 +current_version = 0.12.0 files = doc/source/conf.py node-rfm69-beradio/src/node-rfm69-beradio.ino node-gprs-any/node-gprs-any.ino generic/generic.ino generic/config.h commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index dec9424..222f8f8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = '0.11.0' +version = '0.12.0' # The full version, including alpha/beta/rc tags. -release = '0.11.0' +release = '0.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/generic/config.h b/generic/config.h index a4999cb..806d8dc 100644 --- a/generic/config.h +++ b/generic/config.h @@ -6,7 +6,7 @@ * All settings for controlling the behavior and role * of the firmware should be made inside this file. * - * Software release 0.11.0 + * Software release 0.12.0 * * Copyright (C) 2014-2017 Richard Pobering * Copyright (C) 2014-2017 Andreas Motl diff --git a/generic/generic.ino b/generic/generic.ino index a31d87a..258982a 100644 --- a/generic/generic.ino +++ b/generic/generic.ino @@ -22,7 +22,7 @@ MQTT bus serialized as JSON dictionary, all of which is beyond the scope of this MCU code. - Software release 0.11.0 + Software release 0.12.0 Copyright (C) 2014-2016 Richard Pobering Copyright (C) 2014-2016 Andreas Motl diff --git a/node-gprs-any/node-gprs-any.ino b/node-gprs-any/node-gprs-any.ino index b7c2b8f..56a7792 100644 --- a/node-gprs-any/node-gprs-any.ino +++ b/node-gprs-any/node-gprs-any.ino @@ -5,7 +5,7 @@ Collect sensor data, serialize as JSON and send it through GPRSbee. HTTP is preferred, however FTP, SMS, TCP and MQTT will be at your service. - Software release 0.11.0 + Software release 0.12.0 Copyright (C) 2015-2016 Andreas Motl Copyright (C) 2015-2016 Clemens Gruber diff --git a/node-rfm69-beradio/src/node-rfm69-beradio.ino b/node-rfm69-beradio/src/node-rfm69-beradio.ino index fd81dc0..bf2c39e 100644 --- a/node-rfm69-beradio/src/node-rfm69-beradio.ino +++ b/node-rfm69-beradio/src/node-rfm69-beradio.ino @@ -5,7 +5,7 @@ Code collects sensor data encodes them with BERadio protocol and sends it through RFM69 radio module to a gateway. - Software release 0.11.0 + Software release 0.12.0 Copyright (C) 2014-2016 Richard Pobering Copyright (C) 2014-2016 Andreas Motl