Skip to content

Commit 16eb086

Browse files
committed
Fabulous 0.1.8
1 parent 07c5aaf commit 16eb086

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.. toctree::
1111
:maxdepth: 2
1212

13-
:Version: 0.1.7
13+
:Version: 0.1.8
1414
:Copyright: Copyright (c) 2009-2016 Justine Tunney
1515
:License: MIT
1616

fabulous/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 1, 7, 'final', 0)
2-
__version__ = '0.1.7'
1+
VERSION = (0, 1, 8, 'final', 0)
2+
__version__ = '0.1.8'

python-fabulous.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
%global modname fabulous
22

33
Name: python-fabulous
4-
Version: 0.1.7
4+
Version: 0.1.8
55
Release: 2%{?dist}
66
Summary: Makes your terminal output totally fabulous
77

88
Group: Development/Languages
99
License: MIT
1010
URL: https://jart.github.io/fabulous
11-
Source0: https://github.com/jart/fabulous/archive/0.1.7.tar.gz
11+
Source0: https://github.com/jart/fabulous/archive/0.1.8.tar.gz
1212

1313
BuildArch: noarch
1414

0 commit comments

Comments
 (0)