Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallagher committed Mar 30, 2015
1 parent dc51912 commit 257d576
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="sscg",
version="0.4.0",
version="0.4.1",

entry_points="""\
[console_scripts]
Expand Down
12 changes: 9 additions & 3 deletions sscg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global srcname sscg

Name: %{srcname}
Version: 0.4.0
Version: 0.4.1
Release: 0%{?dist}
Summary: Self-signed certificate generator

Expand Down Expand Up @@ -75,8 +75,14 @@ rm -rf $RPM_BUILD_ROOT
%endif #use_python3

%changelog
* Tue Mar 24 2015 Stephen Gallagher <[email protected]> 0.4.0-0
- In development
* Mon Mar 30 2015 Stephen Gallagher <[email protected]> 0.4.1-1
- Change default CA location to match service certificate
- Improve error handling

* Tue Mar 24 2015 Stephen Gallagher <[email protected]> 0.4.0-1
- Spec file cleanups
- PEP8 Cleanups
- Make location arguments optional

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

0 comments on commit 257d576

Please sign in to comment.