diff --git a/docs/index.rst b/docs/index.rst index d18da99..ec93068 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 @@ -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:: @@ -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. diff --git a/fabulous/__init__.py b/fabulous/__init__.py index 172a198..373c033 100644 --- a/fabulous/__init__.py +++ b/fabulous/__init__.py @@ -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' diff --git a/python-fabulous.spec b/python-fabulous.spec index 735baa6..ac248f8 100644 --- a/python-fabulous.spec +++ b/python-fabulous.spec @@ -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 @@ -42,7 +42,12 @@ Run the demo to see what's available:: %{python_sitelib}/* %changelog -* Fri Apr 20 2012 Justine Tunney - 0.1.8-1 +* Mon Jul 4 2016 Justine Tunney - 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 - 0.1.8-1 - Update for version 0.1.8 - Remove grapefruit dependency