Begin version 1.1.1 development

master
Dustin 2018-09-03 14:26:39 -05:00
parent 07d2e75e67
commit b7070876e5
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%global srcname linuxapi
Name: python-%{srcname}
Version: 1.1
Version: 1.1.1
Release: 1%{?dist}
Summary: Pure Python bindings for Linux standard library features
License: GPL-2
@ -41,6 +41,9 @@ rm -rf %{buildroot}
%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
- Update to version 1.1

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='linuxapi',
version='1.1',
version='1.1.1',
description='Pure Python bindings for Linux standard library features',
author='Dustin C. Hatch',
author_email='dustin.hatch@firemon.com',