Skip to content

Commit 2195640

Browse files
authored
Merge pull request #111 from jelu/release/1.4.1
Release 1.4.1
2 parents 88d816f + b25309f commit 2195640

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2023-12-06 Jerry Lundström
2+
3+
Release 1.4.1
4+
5+
This release fixes issue with InfluxDB quoting, was missing to quote
6+
the quote character.
7+
8+
Other changes:
9+
- Dependency correction for SLE 15.5
10+
- Tweaks to test layouts
11+
12+
b44b874 Tests
13+
eef3ae0 SLE 15.5
14+
75c7fc1 Influx quoting
15+
116
2023-06-15 Jerry Lundström
217

318
Release 1.4.0

debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
dsc-datatool (1.4.1-1~unstable+1) unstable; urgency=low
2+
3+
* Release 1.4.1
4+
5+
This release fixes issue with InfluxDB quoting, was missing to quote
6+
the quote character.
7+
8+
Other changes:
9+
- Dependency correction for SLE 15.5
10+
- Tweaks to test layouts
11+
12+
b44b874 Tests
13+
eef3ae0 SLE 15.5
14+
75c7fc1 Influx quoting
15+
16+
-- Jerry Lundström <lundstrom.jerry@gmail.com> Wed, 06 Dec 2023 09:02:27 +0100
17+
118
dsc-datatool (1.4.0-1~unstable+1) unstable; urgency=low
219

320
* Release 1.4.0

dsc_datatool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def process(self, datasets)
3232
:copyright: 2023 OARC, Inc.
3333
"""
3434

35-
__version__ = '1.4.0'
35+
__version__ = '1.4.1'
3636

3737
import argparse
3838
import logging

rpm/dsc-datatool.spec

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dsc-datatool
2-
Version: 1.4.0
2+
Version: 1.4.1
33
Release: 1%{?dist}
44
Summary: Export DSC data to other formats and/or databases
55
Group: Productivity/Networking/DNS/Utilities
@@ -93,6 +93,17 @@ install -m644 man/man7/dsc-datatool-transformer-netremap.7 %{buildroot}%{_mandir
9393

9494

9595
%changelog
96+
* Wed Dec 06 2023 Jerry Lundström <lundstrom.jerry@gmail.com> 1.4.1-1
97+
- Release 1.4.1
98+
* This release fixes issue with InfluxDB quoting, was missing to quote
99+
the quote character.
100+
* Other changes:
101+
- Dependency correction for SLE 15.5
102+
- Tweaks to test layouts
103+
* Commits:
104+
b44b874 Tests
105+
eef3ae0 SLE 15.5
106+
75c7fc1 Influx quoting
96107
* Thu Jun 15 2023 Jerry Lundström <lundstrom.jerry@gmail.com> 1.4.0-1
97108
- Release 1.4.0
98109
* This release adds the option `--encoding` to set an encoding to use

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='dsc_datatool',
5-
version='1.4.0',
5+
version='1.4.1',
66
packages=find_packages(),
77
include_package_data=True,
88
zip_safe=False,

0 commit comments

Comments
 (0)