Skip to content

Commit 20e937c

Browse files
committed
Bump version to 0.3.0rc0
1 parent 3688311 commit 20e937c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A Linux terminal recorder written in Python which renders your command
55
line sessions as standalone SVG animations.
66

77
<p align="center">
8-
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/awesome.svg">
8+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.3.0rc0/examples/awesome.svg">
99
</p>
1010

11-
More examples of recordings [here](https://github.com/nbedos/termtosvg/blob/0.2.2/examples/examples.md)
11+
More examples of recordings [here](https://github.com/nbedos/termtosvg/blob/0.3.0rc0/examples/examples.md)
1212

1313
## Motivation
1414
I really like the clean look of SVG animations and I also wanted to see

examples/examples.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Examples
22
## awesome.svg
33
<p align="center">
4-
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/awesome.svg">
4+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.3.0rc0/examples/awesome.svg">
55
</p>
66

77
## colors.svg
88
<p align="center">
9-
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/colors.svg">
9+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.3.0rc0/examples/colors.svg">
1010
</p>
1111

1212
## ipython.svg
1313
<p align="center">
14-
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/ipython.svg">
14+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.3.0rc0/examples/ipython.svg">
1515
</p>
1616

1717
## htop.svg
1818
<p align="center">
19-
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/htop.svg">
19+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.3.0rc0/examples/htop.svg">
2020
</p>
2121

2222
## unittest.svg
2323
<p align="center">
24-
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/unittest.svg">
24+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.3.0rc0/examples/unittest.svg">
2525
</p>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='termtosvg',
7-
version='0.2.2',
7+
version='0.3.0rc0',
88
description='Record terminal sessions as SVG animations',
99
long_description='A Linux terminal recorder written in Python '
1010
'which renders your command line sessions as '

0 commit comments

Comments
 (0)