Skip to content

Commit e0eff8a

Browse files
authored
Merge pull request #72 from jelu/release/1.0.1
Release 1.0.1
2 parents 0f51348 + f300b20 commit e0eff8a

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020-08-07 Jerry Lundström
2+
3+
Release 1.0.1
4+
5+
This release adds compatibility with Python v3.5 which allows
6+
packages to be built for Ubuntu Xenial.
7+
8+
bc0be5b python 3.5
9+
110
2020-08-03 Jerry Lundström
211

312
Release 1.0.0

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
dsc-datatool (1.0.1-1~unstable+1) unstable; urgency=low
2+
3+
* Release 1.0.1
4+
5+
This release adds compatibility with Python v3.5 which allows
6+
packages to be built for Ubuntu Xenial.
7+
8+
bc0be5b python 3.5
9+
10+
-- Jerry Lundström <[email protected]> Fri, 07 Aug 2020 10:51:33 +0200
11+
112
dsc-datatool (1.0.0-2~unstable+1) unstable; urgency=low
213

314
* Release 1.0.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: 2020 OARC, Inc.
3333
"""
3434

35-
__version__ = '1.0.0'
35+
__version__ = '1.0.1'
3636

3737
import argparse
3838
import logging

rpm/dsc-datatool.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: dsc-datatool
2-
Version: 1.0.0
3-
Release: 2%{?dist}
2+
Version: 1.0.1
3+
Release: 1%{?dist}
44
Summary: Export DSC data to other formats and/or databases
55
Group: Productivity/Networking/DNS/Utilities
66

@@ -83,6 +83,12 @@ install -m644 man/man7/dsc-datatool-transformer-netremap.7 %{buildroot}%{_mandir
8383

8484

8585
%changelog
86+
* Fri Aug 07 2020 Jerry Lundström <[email protected]> 1.0.1-1
87+
- Release 1.0.1
88+
* This release adds compatibility with Python v3.5 which allows
89+
packages to be built for Ubuntu Xenial.
90+
* Commits:
91+
bc0be5b python 3.5
8692
* Mon Aug 03 2020 Jerry Lundström <[email protected]> 1.0.0-2
8793
- Release 1.0.0
8894
* This release brings a complete rewrite of the tool, from Perl to

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.0.0',
5+
version='1.0.1',
66
packages=find_packages(),
77
include_package_data=True,
88
zip_safe=False,

0 commit comments

Comments
 (0)