We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db49c29 commit e622888Copy full SHA for e622888
2 files changed
CHANGES.md
@@ -2,6 +2,13 @@ Changelog
2
=========
3
Here you find a full list of changes.
4
5
+
6
+Version 2.0.4
7
+-------------
8
9
+- Remove usage of urllib3 which was restricted to v1 in favor of embedded urllib to simplify our dependencies
10
+- Update dependencies
11
12
Version 2.0.3
13
-------------
14
setup.py
@@ -3,7 +3,7 @@
except ImportError:
from distutils.core import setup
-VERSION = '2.0.3'
+VERSION = '2.0.4'
setup(
name='usabilla-api',
0 commit comments