Bump version

This commit is contained in:
Marcin Kulik
2018-04-04 09:03:10 +02:00
parent de7aaa4964
commit 48e5dbf949
4 changed files with 5 additions and 5 deletions

View File

@@ -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!)

View File

@@ -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.')

View File

@@ -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

View File

@@ -1,4 +1,4 @@
% ASCIINEMA(1) Version 2.0 | asciinema % ASCIINEMA(1) Version 2.0.1 | asciinema
NAME NAME
==== ====