Skip to content

Commit fbe9f3d

Browse files
committed
Prepare release 2.0.4
1 parent 3d7d9c2 commit fbe9f3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Changelog
22
=========
33
Here you find a full list of changes.
44

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+
512
Version 2.0.3
613
-------------
714

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
except ImportError:
44
from distutils.core import setup
55

6-
VERSION = '2.0.3'
6+
VERSION = '2.0.4'
77

88
setup(
99
name='usabilla-api',

0 commit comments

Comments
 (0)