Skip to content

Commit 204b709

Browse files
committed
Fabulous 0.4.0
1 parent c154056 commit 204b709

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-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.3.0
13+
:Version: 0.4.0
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.3.0/fabulous-0.3.0.tar.gz
44-
tar -xvzf fabulous-0.3.0.tar.gz
45-
cd fabulous-0.3.0
43+
wget https://github.com/jart/fabulous/releases/download/0.4.0/fabulous-0.4.0.tar.gz
44+
tar -xvzf fabulous-0.4.0.tar.gz
45+
cd fabulous-0.4.0
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, 3, 0, 'final', 0)
16-
__version__ = '0.3.0'
15+
VERSION = (0, 4, 0, 'final', 0)
16+
__version__ = '0.4.0'

python-fabulous.spec

Lines changed: 2 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.3.0
4+
Version: 0.4.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.3.0/fabulous-0.3.0.tar.gz
11+
Source0: https://github.com/jart/fabulous/releases/download/0.4.0/fabulous-0.4.0.tar.gz
1212

1313
BuildArch: noarch
1414

0 commit comments

Comments
 (0)