diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 343d187e..82da1106 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,5 +1,5 @@
-Version 1.10.1 (Under development)
-----------------------------------
+Version 1.10.1 (2014-08-22)
+---------------------------
 
 Bug fixes:
  - Fixed strange read error caused by double buffering in FLV playlists.
diff --git a/setup.py b/setup.py
index 326ad8b7..05362066 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@
 sys_path.insert(0, srcdir)
 
 setup(name="livestreamer",
-      version="1.10.0",
+      version="1.10.1",
       description="Livestreamer is command-line utility that extracts streams "
                   "from various services and pipes them into a video player of "
                   "choice.",
diff --git a/src/livestreamer/__init__.py b/src/livestreamer/__init__.py
index 91964ea0..944521a8 100644
--- a/src/livestreamer/__init__.py
+++ b/src/livestreamer/__init__.py
@@ -11,7 +11,7 @@
 
 
 __title__ = "livestreamer"
-__version__ = "1.10.0"
+__version__ = "1.10.1"
 __license__ = "Simplified BSD"
 __author__ = "Christopher Rosell"
 __copyright__ = "Copyright 2011-2014 Christopher Rosell"
diff --git a/win32/livestreamer-win32-installer.nsi b/win32/livestreamer-win32-installer.nsi
index ecd11d4b..7886dd87 100644
--- a/win32/livestreamer-win32-installer.nsi
+++ b/win32/livestreamer-win32-installer.nsi
@@ -9,7 +9,7 @@ SetCompressor lzma
 
 # Livestreamer program information
 !define PROGRAM_NAME "Livestreamer"
-!define PROGRAM_VERSION "1.10.0"
+!define PROGRAM_VERSION "1.10.1"
 !define PROGRAM_WEB_SITE "http://livestreamer.tanuki.se/"
 
 # Python files generated with bbfreeze