From 8afd1aef71af366d65118ba849fb13ba62a91da1 Mon Sep 17 00:00:00 2001 From: nbedos Date: Mon, 25 Jun 2018 22:12:44 +0200 Subject: [PATCH] Bump version to 0.2.2 --- README.md | 4 ++-- examples/examples.md | 10 +++++----- setup.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1b96a4f..2eb40e1 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ A Linux terminal recorder written in Python which renders your command line sessions as standalone SVG animations.

- +

-More examples of recordings [here](https://github.com/nbedos/termtosvg/blob/0.2.1/examples/examples.md) +More examples of recordings [here](https://github.com/nbedos/termtosvg/blob/0.2.2/examples/examples.md) ## Motivation I really like the clean look of SVG animations and I also wanted to see diff --git a/examples/examples.md b/examples/examples.md index f753175..3b1badc 100644 --- a/examples/examples.md +++ b/examples/examples.md @@ -1,25 +1,25 @@ # Examples ## awesome.svg

- +

## colors.svg

- +

## ipython.svg

- +

## htop.svg

- +

## unittest.svg

- +

diff --git a/setup.py b/setup.py index 7992c6d..c8f168d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='termtosvg', - version='0.2.1', + version='0.2.2', description='Record terminal sessions as SVG animations', long_description='A Linux terminal recorder written in Python ' 'which renders your command line sessions as '