Skip to content

Commit

Permalink
[build] Bump release to 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Hunsaker <[email protected]>
  • Loading branch information
TurboTurtle committed Apr 22, 2022
1 parent 3c3ddfd commit 9d1e1a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion rig.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: rig
Summary: Monitor a system for events and trigger specific actions
Version: 1.0
Version: 1.1
Release: 1%{?dist}
Url: https://github.com/TurboTurtle/rig
Source0: %{url}/archive/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -43,5 +43,8 @@ install -p -m644 man/en/rig.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/
%doc README.md

%changelog
* Fri Apr 22 2022 Jake Hunsaker <[email protected]> - 1.1-1
- New upstream release

* Tue Jul 28 2020 Jake Hunsaker <[email protected]> - 1.0-1
- Version 1.0 release
2 changes: 1 addition & 1 deletion rigging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from logging.handlers import RotatingFileHandler
from rigging.exceptions import *

__version__ = '1.0'
__version__ = '1.1'


class Rigging():
Expand Down

0 comments on commit 9d1e1a1

Please sign in to comment.