Skip to content

Commit

Permalink
Fabulous v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jul 5, 2016
1 parent 8b37a99 commit cee8300
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. toctree::
:maxdepth: 2

:Version: 0.1.8
:Version: 0.2.0
:Author: Justine Alexandra Roberts Tunney
:Copyright: Copyright 2009-2016 The Fabulous Authors. All rights reserved.
:License: Apache 2.0 / OFL
Expand Down Expand Up @@ -40,9 +40,9 @@ Fabulous can be installed from CheeseShop::

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

wget https://github.com/jart/fabulous/releases/download/0.1.8/fabulous-0.1.8.tar.gz
tar -xvzf fabulous-0.1.8.tar.gz
cd fabulous-0.1.8
wget https://github.com/jart/fabulous/releases/download/0.2.0/fabulous-0.2.0.tar.gz
tar -xvzf fabulous-0.2.0.tar.gz
cd fabulous-0.2.0
sudo python setup.py install

Once installed, run the demo::
Expand Down Expand Up @@ -252,7 +252,7 @@ Alternatives

Here's how Fabulous compares to other similar libraries:

- fabulous_: Licensed mostly MIT. Focuses on delivering useful features in the
- fabulous_: Licensed Apache 2.0. Focuses on delivering useful features in the
simplest, most user-friendly way possible (without a repulsive name.)
Written in pure-python but will attempt to auto-magically compile/link a
speedup library. ~5,000 lines of code.
Expand Down
4 changes: 2 additions & 2 deletions fabulous/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = (0, 1, 8, 'final', 0)
__version__ = '0.1.8'
VERSION = (0, 2, 0, 'final', 0)
__version__ = '0.2.0'
11 changes: 8 additions & 3 deletions python-fabulous.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
%global modname fabulous

Name: python-fabulous
Version: 0.1.8
Version: 0.2.0
Release: 2%{?dist}
Summary: Makes your terminal output totally fabulous

Group: Development/Languages
License: Apache 2.0 / OFL
URL: https://jart.github.io/fabulous
Source0: https://github.com/jart/fabulous/releases/download/0.1.8/fabulous-0.1.8.tar.gz
Source0: https://github.com/jart/fabulous/releases/download/0.2.0/fabulous-0.2.0.tar.gz

BuildArch: noarch

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

%changelog
* Fri Apr 20 2012 Justine Tunney <[email protected]> - 0.1.8-1
* Mon Jul 4 2016 Justine Tunney <[email protected]> - 0.2.0-1
- Update for version 0.2.0
- Change MIT code to Apache 2.0 licence
- Use Google Noto Fonts

* Sun Jul 3 2016 Justine Tunney <[email protected]> - 0.1.8-1
- Update for version 0.1.8
- Remove grapefruit dependency

Expand Down

0 comments on commit cee8300

Please sign in to comment.