-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Robert Cerven <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
|
||
# set to 0 to create a normal release | ||
%global dev_release 1 | ||
%global dev_release 0 | ||
|
||
%if 0%{?dev_release} | ||
%global postrelease dev | ||
|
@@ -200,6 +200,9 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests | |
%endif # with_python3 | ||
|
||
%changelog | ||
* Tue Apr 04 2017 Robert Cerven <[email protected]> - 0.36-1 | ||
- new upstream release: 0.36 | ||
|
||
* Mon Mar 06 2017 Robert Cerven <[email protected]> - 0.35-1 | ||
- new upstream release: 0.35 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ def _install_requirements(): | |
setup( | ||
name="osbs-client", | ||
description='Python module and command line client for OpenShift Build Service', | ||
version="0.36.dev", | ||
version="0.36", | ||
author='Red Hat, Inc.', | ||
author_email='[email protected]', | ||
url='https://github.com/projectatomic/osbs-client', | ||
|