Skip to content

Commit 257d576

Browse files
committed
Release 0.4.1
1 parent dc51912 commit 257d576

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

setup.py

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

44
setup(
55
name="sscg",
6-
version="0.4.0",
6+
version="0.4.1",
77

88
entry_points="""\
99
[console_scripts]

sscg.spec

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%global srcname sscg
66

77
Name: %{srcname}
8-
Version: 0.4.0
8+
Version: 0.4.1
99
Release: 0%{?dist}
1010
Summary: Self-signed certificate generator
1111

@@ -75,8 +75,14 @@ rm -rf $RPM_BUILD_ROOT
7575
%endif #use_python3
7676

7777
%changelog
78-
* Tue Mar 24 2015 Stephen Gallagher <[email protected]> 0.4.0-0
79-
- In development
78+
* Mon Mar 30 2015 Stephen Gallagher <[email protected]> 0.4.1-1
79+
- Change default CA location to match service certificate
80+
- Improve error handling
81+
82+
* Tue Mar 24 2015 Stephen Gallagher <[email protected]> 0.4.0-1
83+
- Spec file cleanups
84+
- PEP8 Cleanups
85+
- Make location arguments optional
8086

8187
* Mon Mar 23 2015 Stephen Gallagher <[email protected]> 0.3.0-1
8288
- Rename to sscg

0 commit comments

Comments
 (0)