Skip to content

Commit 3d156fd

Browse files
author
Marek Suchánek
committed
Automatic commit of package [python-newdoc] release [1.4.2-1].
Created by command: /usr/bin/tito tag --use-version=1.4.2
1 parent 0f0ce93 commit 3d156fd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.tito/packages/python-newdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1-1 newdoc/
1+
1.4.2-1 newdoc/

newdoc/newdoc.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global srcname newdoc
22

33
Name: python-%{srcname}
4-
Version: 1.4.1
4+
Version: 1.4.2
55
Release: 1%{?dist}
66
Summary: A script to generate assembly and module AsciiDoc files from templates
77

@@ -64,6 +64,10 @@ A script to generate assembly and module AsciiDoc files from templates
6464
%{_bindir}/newdoc
6565

6666
%changelog
67+
* Mon Sep 30 2019 Marek Suchánek <msuchane@redhat.com> 1.4.2-1
68+
- Fix: Remove a redundant, outdated statement to restore assembly context
69+
(msuchane@redhat.com)
70+
6771
* Sat Aug 31 2019 Marek Suchánek <msuchane@redhat.com> 1.4.1-1
6872
- Converted the readme to RST because PyPI literally can't handle anything else
6973
(msuchane@redhat.com)

newdoc/setup.py

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

77
setuptools.setup(
88
name="newdoc",
9-
version="1.4.1",
9+
version="1.4.2",
1010
license="GPLv3+",
1111
author="Marek Suchánek",
1212
author_email="marek.suchanek@protonmail.com",

0 commit comments

Comments
 (0)