From 16eb086d39af81a07c5434b5bde484df0dedb817 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 3 Jul 2016 18:34:13 -0400 Subject: [PATCH] Fabulous 0.1.8 --- docs/index.rst | 2 +- fabulous/__init__.py | 4 ++-- python-fabulous.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 606fc4d..765ced7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ .. toctree:: :maxdepth: 2 -:Version: 0.1.7 +:Version: 0.1.8 :Copyright: Copyright (c) 2009-2016 Justine Tunney :License: MIT diff --git a/fabulous/__init__.py b/fabulous/__init__.py index 2d0e650..3357fcd 100644 --- a/fabulous/__init__.py +++ b/fabulous/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 1, 7, 'final', 0) -__version__ = '0.1.7' +VERSION = (0, 1, 8, 'final', 0) +__version__ = '0.1.8' diff --git a/python-fabulous.spec b/python-fabulous.spec index 8e8d0a5..5189924 100644 --- a/python-fabulous.spec +++ b/python-fabulous.spec @@ -1,14 +1,14 @@ %global modname fabulous Name: python-fabulous -Version: 0.1.7 +Version: 0.1.8 Release: 2%{?dist} Summary: Makes your terminal output totally fabulous Group: Development/Languages License: MIT URL: https://jart.github.io/fabulous -Source0: https://github.com/jart/fabulous/archive/0.1.7.tar.gz +Source0: https://github.com/jart/fabulous/archive/0.1.8.tar.gz BuildArch: noarch