We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81b843 commit 3801699Copy full SHA for 3801699
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.1.31 (2019-10-11)
2
+
3
+### Changes
4
5
+* Updated `attrs` to 19.2.0
6
7
8
## 2.1.30 (2019-10-05)
9
10
### Changes
bugzoo/version.py
@@ -1 +1 @@
-__version__ = '2.1.30'
+__version__ = '2.1.31'
setup.py
@@ -24,7 +24,7 @@
24
'tabulate',
25
'flask',
26
'cement>=2.10.12',
27
- 'attrs~=19.1.0',
+ 'attrs~=19.2.0',
28
'deprecated~=1.2.6',
29
'mypy-extensions>=0.3.0',
30
'psutil>=5.0.0',
0 commit comments