File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- 1.4.1 -1 newdoc/
1
+ 1.4.2 -1 newdoc/
Original file line number Diff line number Diff line change 1
1
%global srcname newdoc
2
2
3
3
Name: python-%{srcname }
4
- Version: 1.4.1
4
+ Version: 1.4.2
5
5
Release: 1%{?dist }
6
6
Summary: A script to generate assembly and module AsciiDoc files from templates
7
7
@@ -64,6 +64,10 @@ A script to generate assembly and module AsciiDoc files from templates
64
64
%{_bindir }/newdoc
65
65
66
66
%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
+
67
71
* Sat Aug 31 2019 Marek Suchánek <msuchane@redhat.com> 1.4.1-1
68
72
- Converted the readme to RST because PyPI literally can't handle anything else
69
73
(msuchane@redhat.com)
Original file line number Diff line number Diff line change 6
6
7
7
setuptools .setup (
8
8
name = "newdoc" ,
9
- version = "1.4.1 " ,
9
+ version = "1.4.2 " ,
10
10
license = "GPLv3+" ,
11
11
author = "Marek Suchánek" ,
12
12
author_email = "marek.suchanek@protonmail.com" ,
You can’t perform that action at this time.
0 commit comments