Begin version 1.1.1 development
parent
07d2e75e67
commit
b7070876e5
|
@ -1,7 +1,7 @@
|
||||||
%global srcname linuxapi
|
%global srcname linuxapi
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.1
|
Version: 1.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure Python bindings for Linux standard library features
|
Summary: Pure Python bindings for Linux standard library features
|
||||||
License: GPL-2
|
License: GPL-2
|
||||||
|
@ -41,6 +41,9 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 3 2018 Dustin C. Hatch <dustin.hatch@firemon.com> 1.1.1-1
|
||||||
|
- Update to version 1.1.1
|
||||||
|
|
||||||
* Tue Nov 15 2016 Dustin C. Hatch <dustin.hatch@firemon.com> 1.1-1
|
* Tue Nov 15 2016 Dustin C. Hatch <dustin.hatch@firemon.com> 1.1-1
|
||||||
- Update to version 1.1
|
- Update to version 1.1
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='linuxapi',
|
name='linuxapi',
|
||||||
version='1.1',
|
version='1.1.1',
|
||||||
description='Pure Python bindings for Linux standard library features',
|
description='Pure Python bindings for Linux standard library features',
|
||||||
author='Dustin C. Hatch',
|
author='Dustin C. Hatch',
|
||||||
author_email='dustin.hatch@firemon.com',
|
author_email='dustin.hatch@firemon.com',
|
||||||
|
|
Loading…
Reference in New Issue