Skip to content

Commit

Permalink
Bump spec for release
Browse files Browse the repository at this point in the history
Also fix spacing in setup.cfg
  • Loading branch information
mwhahaha committed Oct 29, 2021
1 parent 709ca2e commit 3ec53d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion contrib/task-core.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global debug_package %{nil}
%{?!released_version: %global released_version 0.1.2}
%{?!released_version: %global released_version 0.2.0}

# ---------------
# task-core
Expand Down Expand Up @@ -121,6 +121,9 @@ rm -rf *.egg-info
# ---------------

%changelog
* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.2.0-1
- Add local task type

* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.2-1
- Fixes tag for release rpms

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ console_scripts =
task_core.task.types =
ansible_runner = task_core.tasks:AnsibleRunnerTask
directord = task_core.tasks:DirectordTask
local= task_core.tasks:LocalTask
local = task_core.tasks:LocalTask
noop = task_core.tasks:NoopTask
print = task_core.tasks:PrintTask
service = task_core.tasks:ServiceTask

0 comments on commit 3ec53d4

Please sign in to comment.