Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Sep 12, 2018
1 parent 6d04b3b commit 451a5de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
ChangeLog
===============================================================================

`v0.5.2`_ (2018-09-12)
----------------------

- Add option to disable user signup
- Add new command for re-sending verify emails

`v0.5.1`_ (2018-09-12)
----------------------

Expand Down Expand Up @@ -64,3 +70,4 @@ ChangeLog
.. _v0.0.5: https://github.com/ubccr/mokey/releases/tag/v0.0.5
.. _v0.0.6: https://github.com/ubccr/mokey/releases/tag/v0.0.6
.. _v0.5.1: https://github.com/ubccr/mokey/releases/tag/v0.5.1
.. _v0.5.2: https://github.com/ubccr/mokey/releases/tag/v0.5.2
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
app.Name = "mokey"
app.Authors = []cli.Author{cli.Author{Name: "Andrew E. Bruno", Email: "aebruno2@buffalo.edu"}}
app.Usage = "mokey"
app.Version = "0.5.1"
app.Version = "0.5.2"
app.Flags = []cli.Flag{
&cli.StringFlag{Name: "conf,c", Usage: "Path to conf file"},
&cli.BoolFlag{Name: "debug,d", Usage: "Print debug messages"},
Expand Down
6 changes: 5 additions & 1 deletion mokey.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Summary: FreeIPA self-service account managment tool
Name: mokey
Version: 0.5.1
Version: 0.5.2
Release: 1%{?dist}
License: BSD
Group: Applications/Internet
Expand Down Expand Up @@ -72,6 +72,10 @@ rm -rf %{buildroot}
%attr(644,root,root) %{_usr}/lib/systemd/system/%{name}.service

%changelog
* Wed Sep 12 2018 Andrew E. Bruno <aebruno2@buffalo.edu> 0.5.2-1
- New Features
- Add option to disable user signup
- Add new command for re-sending verify emails
* Wed Sep 12 2018 Andrew E. Bruno <aebruno2@buffalo.edu> 0.5.1-1
- New Features
- Major code refactor to use echo framework
Expand Down

0 comments on commit 451a5de

Please sign in to comment.