Skip to content

Commit

Permalink
Bump version: 0.11.4 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 28, 2021
1 parent 21745da commit 874391d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.11.4
current_version = 0.12.0
files = setup.py setup_libraries.py src/lib/terkin/__init__.py doc/source/conf.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'The Terkin Developers'

# The full version, including alpha/beta/rc tags
release = '0.11.4'
release = '0.12.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
requires = [

# 3rd-party libraries
'terkin-micropython-libraries==0.11.4',
'terkin-micropython-libraries==0.12.0',

# Mocks some HAL modules not available on CPython.
'mock==4.0.2',
Expand Down Expand Up @@ -66,7 +66,7 @@
}

setup(name='terkin',
version='0.11.4',
version='0.12.0',
description='A flexible data logger for MicroPython and CPython',
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down
2 changes: 1 addition & 1 deletion setup_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

setup(name='terkin-micropython-libraries',
version='0.11.4',
version='0.12.0',
description='Terkin MicroPython runtime libraries',
long_description='This package contains all MicroPython runtime libraries '
'required to run Terkin, even on CPython.',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/terkin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Terkin Datalogger: Data logging for humans"""
__appname__ = 'terkin-datalogger'
__version__ = '0.11.4'
__version__ = '0.12.0'

0 comments on commit 874391d

Please sign in to comment.