Skip to content

Commit d241f40

Browse files
committed
Fabulous v0.2.1
1 parent ecaeaed commit d241f40

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.. toctree::
1111
:maxdepth: 2
1212

13-
:Version: 0.2.0
13+
:Version: 0.2.1
1414
:Founder: Justine Alexandra Roberts Tunney
1515
:Copyright: Copyright 2016 The Fabulous Authors. All rights reserved.
1616
:License: Apache 2.0 / OFL
@@ -40,9 +40,9 @@ Fabulous can be installed from CheeseShop::
4040

4141
Fabulous can also be installed manually from the source archive::
4242

43-
wget https://github.com/jart/fabulous/releases/download/0.2.0/fabulous-0.2.0.tar.gz
44-
tar -xvzf fabulous-0.2.0.tar.gz
45-
cd fabulous-0.2.0
43+
wget https://github.com/jart/fabulous/releases/download/0.2.1/fabulous-0.2.1.tar.gz
44+
tar -xvzf fabulous-0.2.1.tar.gz
45+
cd fabulous-0.2.1
4646
sudo python setup.py install
4747

4848
Once installed, run the demo::

fabulous/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = (0, 2, 0, 'final', 0)
16-
__version__ = '0.2.0'
15+
VERSION = (0, 2, 1, 'final', 0)
16+
__version__ = '0.2.1'

python-fabulous.spec

Lines changed: 5 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.2.0
4+
Version: 0.2.1
55
Release: 2%{?dist}
66
Summary: Makes your terminal output totally fabulous
77

88
Group: Development/Languages
99
License: Apache 2.0 / OFL
1010
URL: https://jart.github.io/fabulous
11-
Source0: https://github.com/jart/fabulous/releases/download/0.2.0/fabulous-0.2.0.tar.gz
11+
Source0: https://github.com/jart/fabulous/releases/download/0.2.1/fabulous-0.2.1.tar.gz
1212

1313
BuildArch: noarch
1414

@@ -42,6 +42,9 @@ Run the demo to see what's available::
4242
%{python_sitelib}/*
4343

4444
%changelog
45+
* Mon Jul 7 2016 Justine Tunney <[email protected]> - 0.2.1-1
46+
- Update for version 0.2.1
47+
4548
* Mon Jul 4 2016 Justine Tunney <[email protected]> - 0.2.0-1
4649
- Update for version 0.2.0
4750
- Change MIT code to Apache 2.0 licence

0 commit comments

Comments
 (0)