Skip to content

Commit

Permalink
Fabulous v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jul 7, 2016
1 parent ecaeaed commit d241f40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 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.2.0
:Version: 0.2.1
:Founder: Justine Alexandra Roberts Tunney
:Copyright: Copyright 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.2.0/fabulous-0.2.0.tar.gz
tar -xvzf fabulous-0.2.0.tar.gz
cd fabulous-0.2.0
wget /~https://github.com/jart/fabulous/releases/download/0.2.1/fabulous-0.2.1.tar.gz
tar -xvzf fabulous-0.2.1.tar.gz
cd fabulous-0.2.1
sudo python setup.py install

Once installed, run the demo::
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, 2, 0, 'final', 0)
__version__ = '0.2.0'
VERSION = (0, 2, 1, 'final', 0)
__version__ = '0.2.1'
7 changes: 5 additions & 2 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.2.0
Version: 0.2.1
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.2.0/fabulous-0.2.0.tar.gz
Source0: /~https://github.com/jart/fabulous/releases/download/0.2.1/fabulous-0.2.1.tar.gz

BuildArch: noarch

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

%changelog
* Mon Jul 7 2016 Justine Tunney <jtunney@gmail.com> - 0.2.1-1
- Update for version 0.2.1

* Mon Jul 4 2016 Justine Tunney <jtunney@gmail.com> - 0.2.0-1
- Update for version 0.2.0
- Change MIT code to Apache 2.0 licence
Expand Down

0 comments on commit d241f40

Please sign in to comment.