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