From b7070876e534cc1d3cedd2e3160f319367dd97e7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 3 Sep 2018 14:26:39 -0500 Subject: [PATCH] Begin version 1.1.1 development --- python-linuxapi.spec | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-linuxapi.spec b/python-linuxapi.spec index 32b866a..d722051 100644 --- a/python-linuxapi.spec +++ b/python-linuxapi.spec @@ -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 1.1.1-1 +- Update to version 1.1.1 + * Tue Nov 15 2016 Dustin C. Hatch 1.1-1 - Update to version 1.1 diff --git a/setup.py b/setup.py index f2d9d2d..cd2f997 100644 --- a/setup.py +++ b/setup.py @@ -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',