Skip to content

Commit 3801699

Browse files
Use attrs 19.2.0 (#351)
* updated changelog * updated version * updated attrs version
1 parent d81b843 commit 3801699

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.31 (2019-10-11)
2+
3+
### Changes
4+
5+
* Updated `attrs` to 19.2.0
6+
7+
18
## 2.1.30 (2019-10-05)
29

310
### Changes

bugzoo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.30'
1+
__version__ = '2.1.31'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'tabulate',
2525
'flask',
2626
'cement>=2.10.12',
27-
'attrs~=19.1.0',
27+
'attrs~=19.2.0',
2828
'deprecated~=1.2.6',
2929
'mypy-extensions>=0.3.0',
3030
'psutil>=5.0.0',

0 commit comments

Comments
 (0)