Skip to content

Commit

Permalink
Bump version: 0.11.1 → 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 26, 2021
1 parent 059057c commit 5bf6a11
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.1
current_version = 0.11.2
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.1'
release = '0.11.2'


# -- 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.1',
'terkin-micropython-libraries==0.11.2',

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

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

setup(name='terkin-micropython-libraries',
version='0.11.1',
version='0.11.2',
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.1'
__version__ = '0.11.2'

0 comments on commit 5bf6a11

Please sign in to comment.