mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Bump version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# asciinema changelog
|
# asciinema changelog
|
||||||
|
|
||||||
## develop (unreleased)
|
## 2.0.1 (2018-04-04)
|
||||||
|
|
||||||
* Fixed example in asciicast v2 format doc (thanks Josh "@anowlcalledjosh" Holland!)
|
* Fixed example in asciicast v2 format doc (thanks Josh "@anowlcalledjosh" Holland!)
|
||||||
* Replaced deprecated `encodestring` (since Python 3.1) with `encodebytes` (thanks @delirious-lettuce!)
|
* Replaced deprecated `encodestring` (since Python 3.1) with `encodebytes` (thanks @delirious-lettuce!)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
__author__ = 'Marcin Kulik'
|
__author__ = 'Marcin Kulik'
|
||||||
__version__ = '2.0.0'
|
__version__ = '2.0.1'
|
||||||
|
|
||||||
if sys.version_info[0] < 3:
|
if sys.version_info[0] < 3:
|
||||||
raise ImportError('Python < 3 is unsupported.')
|
raise ImportError('Python < 3 is unsupported.')
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.\" Automatically generated by Pandoc 2.1.1
|
.\" Automatically generated by Pandoc 2.1.3
|
||||||
.\"
|
.\"
|
||||||
.TH "ASCIINEMA" "1" "" "Version 2.0" "asciinema"
|
.TH "ASCIINEMA" "1" "" "Version 2.0.1" "asciinema"
|
||||||
.hy
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
% ASCIINEMA(1) Version 2.0 | asciinema
|
% ASCIINEMA(1) Version 2.0.1 | asciinema
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
====
|
====
|
||||||
|
|||||||
Reference in New Issue
Block a user