Skip to content

Commit

Permalink
Bump version: 0.11.0 → 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 26, 2021
1 parent 2b42bc5 commit fe4b824
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.0
current_version = 0.11.1
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
Expand Up @@ -22,7 +22,7 @@
author = 'The Terkin Developers'

# The full version, including alpha/beta/rc tags
release = '0.11.0'
release = '0.11.1'


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

# 3rd-party libraries
'terkin-micropython-libraries==0.11.0',
'terkin-micropython-libraries==0.11.1',

# Runtime
'mock==4.0.2',
Expand Down Expand Up @@ -62,7 +62,7 @@
}

setup(name='terkin',
version='0.11.0',
version='0.11.1',
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
Expand Up @@ -11,7 +11,7 @@
}

setup(name='terkin-micropython-libraries',
version='0.11.0',
version='0.11.1',
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
@@ -1,3 +1,3 @@
"""Terkin Datalogger: Data logging for humans"""
__appname__ = 'terkin-datalogger'
__version__ = '0.11.0'
__version__ = '0.11.1'

0 comments on commit fe4b824

Please sign in to comment.