Skip to content

Commit cee8300

Browse files
committed
Fabulous v0.2.0
1 parent 8b37a99 commit cee8300

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

docs/index.rst

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

13-
:Version: 0.1.8
13+
:Version: 0.2.0
1414
:Author: Justine Alexandra Roberts Tunney
1515
:Copyright: Copyright 2009-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.1.8/fabulous-0.1.8.tar.gz
44-
tar -xvzf fabulous-0.1.8.tar.gz
45-
cd fabulous-0.1.8
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
4646
sudo python setup.py install
4747

4848
Once installed, run the demo::
@@ -252,7 +252,7 @@ Alternatives
252252

253253
Here's how Fabulous compares to other similar libraries:
254254

255-
- fabulous_: Licensed mostly MIT. Focuses on delivering useful features in the
255+
- fabulous_: Licensed Apache 2.0. Focuses on delivering useful features in the
256256
simplest, most user-friendly way possible (without a repulsive name.)
257257
Written in pure-python but will attempt to auto-magically compile/link a
258258
speedup library. ~5,000 lines of code.

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, 1, 8, 'final', 0)
16-
__version__ = '0.1.8'
15+
VERSION = (0, 2, 0, 'final', 0)
16+
__version__ = '0.2.0'

python-fabulous.spec

Lines changed: 8 additions & 3 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.8
4+
Version: 0.2.0
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.1.8/fabulous-0.1.8.tar.gz
11+
Source0: https://github.com/jart/fabulous/releases/download/0.2.0/fabulous-0.2.0.tar.gz
1212

1313
BuildArch: noarch
1414

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

4444
%changelog
45-
* Fri Apr 20 2012 Justine Tunney <[email protected]> - 0.1.8-1
45+
* Mon Jul 4 2016 Justine Tunney <[email protected]> - 0.2.0-1
46+
- Update for version 0.2.0
47+
- Change MIT code to Apache 2.0 licence
48+
- Use Google Noto Fonts
49+
50+
* Sun Jul 3 2016 Justine Tunney <[email protected]> - 0.1.8-1
4651
- Update for version 0.1.8
4752
- Remove grapefruit dependency
4853

0 commit comments

Comments
 (0)