Skip to content

Commit eb57b5a

Browse files
committed
Bump version: 1.1.1 → 1.1.2
1 parent 1f9e2c8 commit eb57b5a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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 = 1.1.1
2+
current_version = 1.1.2
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ doi: "10.5281/zenodo.1410097"
2222
license: "BSD-3-Clause"
2323
repository-code: "https://github.com/dtscalibration/python-dts-calibration"
2424
title: "Python distributed temperature sensing calibration"
25-
version: "v1.1.1"
25+
version: "v1.1.2"
2626
url: "https://python-dts-calibration.readthedocs.io"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Overview
2929
:alt: PyPI Package latest release
3030
:target: https://pypi.python.org/pypi/dtscalibration
3131

32-
.. |commits-since| image:: https://img.shields.io/github/commits-since/dtscalibration/python-dts-calibration/v1.1.1.svg
32+
.. |commits-since| image:: https://img.shields.io/github/commits-since/dtscalibration/python-dts-calibration/v1.1.2.svg
3333
:alt: Commits since latest release
34-
:target: https://github.com/dtscalibration/python-dts-calibration/compare/v1.1.1...master
34+
:target: https://github.com/dtscalibration/python-dts-calibration/compare/v1.1.2...master
3535

3636
.. |wheel| image:: https://img.shields.io/pypi/wheel/dtscalibration.svg
3737
:alt: PyPI Wheel

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
year = str(date.today().year)
4242
author = 'Bas des Tombe and Bart Schilperoort'
4343
copyright = '{0}, {1}'.format(year, author)
44-
version = release = '1.1.1'
44+
version = release = '1.1.2'
4545

4646
pygments_style = 'trac'
4747
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_authors(file='AUTHORS.rst'):
3333

3434
setup(
3535
name='dtscalibration',
36-
version='1.1.1',
36+
version='1.1.2',
3737
license='BSD 3-Clause License',
3838
description='A Python package to load raw DTS files, perform a '
3939
'calibration, and plot the result',

src/dtscalibration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .plot import plot_residuals_reference_sections_single
1919
from .plot import plot_sigma_report
2020

21-
__version__ = '1.1.1'
21+
__version__ = '1.1.2'
2222
__all__ = [
2323
"DataStore", "open_datastore", "open_mf_datastore", "read_apsensing_files",
2424
"read_sensornet_files", "read_sensortran_files", "read_silixa_files",

0 commit comments

Comments
 (0)