From 014c452bce5a8eabc8417a87c95d10fa88cbd0d9 Mon Sep 17 00:00:00 2001 From: Nikolaos Perrakis Date: Mon, 23 Nov 2020 00:19:05 +0200 Subject: [PATCH] release fixes --- HISTORY.rst | 2 +- fcust/__init__.py | 2 +- python-fcust.spec | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2dd8f9c..0fb3230 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.1.0 (2020-11-22) +0.1.1 (2020-11-22) ------------------- * Added ability to see recent service logs. diff --git a/fcust/__init__.py b/fcust/__init__.py index f8ed416..2fb2365 100644 --- a/fcust/__init__.py +++ b/fcust/__init__.py @@ -3,5 +3,5 @@ # fmt: off __author__ = """Nikolaos Perrakis""" __email__ = 'nikperrakis@gmail.com' -__version__ = '0.1.0' +__version__ = '0.1.1' # fmt: on diff --git a/python-fcust.spec b/python-fcust.spec index 35af74f..a2e3766 100644 --- a/python-fcust.spec +++ b/python-fcust.spec @@ -2,7 +2,7 @@ %global pypi_name fcust Name: python-%{pypi_name} -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: Linux Common Folder Custodian @@ -71,7 +71,7 @@ rm -rf html/.{doctrees,buildinfo} %license LICENSE %changelog -* Sun Nov 22 2020 Nikolaos Perrakis - 0.1.0-2 +* Sun Nov 22 2020 Nikolaos Perrakis - 0.1.1-1 - Added ability to see recent service logs. - Releasing beta version of feature complete package. diff --git a/setup.cfg b/setup.cfg index fc86606..dfba04b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = False tag = False allow_dirty = True diff --git a/setup.py b/setup.py index e992983..f4dd12b 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,6 @@ "dev": setup_requirements + test_requirements }, url='https://github.com/Iolaum/fcust', - version='0.1.0', + version='0.1.1', zip_safe=False, )