Skip to content

Commit a053e7c

Browse files
committed
release v1.0.1
1 parent b3a6052 commit a053e7c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
smartmeter-datacollector (1.0.1-1) unstable; urgency=low
2+
3+
* don't automatically determine Python package dependencies when building a Debian package
4+
5+
-- Supercomputing Systems AG <info@scs.ch> Mon, 25 Oct 2021 11:56:46 +0200
6+
17
smartmeter-datacollector (1.0.0-1) unstable; urgency=low
28

39
* extend cosem logic to allow multiple device ID obis codes

smartmeter_datacollector/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# SPDX-License-Identifier: GPL-2.0-only
66
# See LICENSES/README.md for more information.
77
#
8-
__version__ = "1.0.0"
8+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)