Skip to content

Commit 234d57f

Browse files
committed
Bump version: 0.13.0 → 0.14.0
1 parent 6cfad78 commit 234d57f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.13.0
2+
current_version = 0.14.0
33
files = setup.py dist-packages/setup.py src/lib/terkin/__init__.py doc/source/conf.py
44
commit = True
55
tag = True

dist-packages/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33

44
setup(name='terkin-micropython-libraries',
5-
version='0.13.0',
5+
version='0.14.0',
66
description='Terkin MicroPython runtime libraries',
77
long_description='This package contains all MicroPython runtime libraries '
88
'required to run Terkin on CPython.',

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'The Terkin Developers'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.13.0'
25+
release = '0.14.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
requires = [
99

1010
# 3rd-party libraries
11-
'terkin-micropython-libraries==0.13.0',
11+
'terkin-micropython-libraries==0.14.0',
1212

1313
# Mocks some HAL modules not available on CPython.
1414
'esp32-machine-emulator<2',
@@ -69,7 +69,7 @@
6969
}
7070

7171
setup(name='terkin',
72-
version='0.13.0',
72+
version='0.14.0',
7373
description='A flexible data logger for MicroPython and CPython',
7474
long_description=README,
7575
license="AGPL 3, EUPL 1.2",

src/lib/terkin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Terkin Datalogger: Data logging for humans"""
22
__appname__ = 'terkin-datalogger'
3-
__version__ = '0.13.0'
3+
__version__ = '0.14.0'

0 commit comments

Comments
 (0)