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