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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelconnolly committed Jan 29, 2019
1 parent a430c79 commit c437264
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.1.2
*Clone to paths based on repo name and not package
*Add all files from tarball to initial git repo

4.1.1
* Correct error path on RequestException
* make clean: cleanup RPM / MANIFESTS symbolic links and mock cfg
Expand Down
2 changes: 1 addition & 1 deletion planex.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: RPM build tool
Name: planex
Version: 4.1.1
Version: 4.1.2
Release: 1%{?dist}
URL: http://github.com/xenserver/planex
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz
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.1',
version='4.1.2',
packages=['planex', 'planex.cmd'],
package_data={'planex': ['Makefile.rules']},
entry_points={
Expand Down

0 comments on commit c437264

Please sign in to comment.