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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rowe committed Oct 31, 2018
1 parent c0f6156 commit afebba5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: beta3%{?dist}
Release: 1%{?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 @@ -54,6 +54,9 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%config%{_sysconfdir}/bash_completion.d/planex.bash

%changelog
* Wed Oct 31 2018 Simon Rowe <simon.rowe@citrix.com> - 4.1.0-1
- Add dependency for pathlib

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
from setuptools import setup

setup(name='planex',
version='4.1-beta3',
version='4.1.0',
packages=['planex', 'planex.cmd'],
package_data={'planex': ['Makefile.rules']},
entry_points={
'console_scripts': [
'planex-build-mock = planex.cmd.mock:main',
'planex-clone= planex.cmd.clone:main',
'planex-clone = planex.cmd.clone:main',
'planex-create-mock-config = planex.cmd.createmockconfig:main',
'planex-depend = planex.cmd.depend:main',
'planex-fetch = planex.cmd.fetch:main',
Expand Down

0 comments on commit afebba5

Please sign in to comment.