summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rw-r--r--urllib3/__init__.py2
2 files changed, 1 insertions, 7 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index eca2049a..8d922a42 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,12 +1,6 @@
Changes
=======
-dev (master)
-++++++++++++
-
-* ... [Short description of non-trivial change.] (Issue #)
-
-
1.10.4 (2015-05-03)
+++++++++++++++++++
diff --git a/urllib3/__init__.py b/urllib3/__init__.py
index cf83d7dd..f48ac4af 100644
--- a/urllib3/__init__.py
+++ b/urllib3/__init__.py
@@ -4,7 +4,7 @@ urllib3 - Thread-safe connection pooling and re-using.
__author__ = 'Andrey Petrov (andrey.petrov@shazow.net)'
__license__ = 'MIT'
-__version__ = '1.10.2'
+__version__ = '1.10.4'
from .connectionpool import (