Skip to content

Commit 502a31d

Browse files
committed
Bump version to 0.4.0
1 parent c9912db commit 502a31d

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 that 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.4.0rc0/examples/awesome.svg">
8+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0/examples/awesome.svg">
99
</p>
1010

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

1313
## Motivation
1414
I really like the clean look of SVG animations. I 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.4.0rc0/examples/awesome.svg">
4+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0/examples/awesome.svg">
55
</p>
66

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

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

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

2222
## unittest.svg
2323
<p align="center">
24-
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0rc0/examples/unittest.svg">
24+
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0/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.4.0rc0',
7+
version='0.4.0',
88
licence='BSD 3-clause license',
99
author='Nicolas Bedos',
1010
description='Record terminal sessions as SVG animations',

0 commit comments

Comments
 (0)