Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Prepare to release 4.1.0beta3
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rowe <simon.rowe@eu.citrix.com>
  • Loading branch information
Simon Rowe committed Oct 30, 2018
1 parent a1cc79a commit 6edc761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion planex.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: RPM build tool
Name: planex
Version: 4.1.0
Release: beta2%{?dist}
Release: beta3%{?dist}
URL: http://github.com/xenserver/planex
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz
License: LGPLv2.1
Expand Down Expand Up @@ -53,6 +53,9 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%config%{_sysconfdir}/bash_completion.d/planex.bash

%changelog
* Mon Oct 29 2018 Simon Rowe <simon.rowe@citrix.com> - 4.1.0-beta3
- clone: implement cloning of non-git resources

* Mon Oct 15 2018 Simon Rowe <simon.rowe@citrix.com> - 4.1.0-beta2
- clone: Jenkins form should only process terminal resource
- clone: fix destination for Groovy clone
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

setup(name='planex',
version='4.1-beta1',
version='4.1-beta3',
packages=['planex', 'planex.cmd'],
package_data={'planex': ['Makefile.rules']},
entry_points={
Expand Down

0 comments on commit 6edc761

Please sign in to comment.