File tree Expand file tree Collapse file tree 3 files changed +56
-35
lines changed Expand file tree Collapse file tree 3 files changed +56
-35
lines changed Original file line number Diff line number Diff line change @@ -4,37 +4,49 @@ Authors
4
4
A huge thanks to all of our contributors:
5
5
6
6
7
- - Andrew Dunham
8
- - Antonio Herraiz
9
- - Artur Rodrigues
10
- - David Baumgold
11
- - David Crawford
12
- - Dimitris Theodorou
13
- - Doug Black
14
- - Frank Stratton
15
- - Frank Stratton ☺
16
- - Giorgio Salluzzo
17
- - Guillaume BINET
18
- - Joakim Ekberg
19
- - JuneHyeon Bae
20
- - Kamil Gałuszka
21
- - Kevin Burke
22
- - Kevin Deldycke
23
- - Kyle Conroy
24
- - Lance Ingle
25
- - Miguel Grinberg
26
- - Mihai Tomescu
27
- - Pavel Tyslyatsky
28
- - Piotr Husiatyński
29
- - Robert Warner
30
- - Ryan Horn
31
- - Sam Kimbrel
32
- - Victor Neo
33
- - Yaniv Aknin
34
- - bret barker
35
- - kelvinhammond
36
- - muchosalsa
37
- - saml
38
- - siavashg
39
- - silasray
40
- - y-p
7
+ - Andrew Dunham
8
+ - Antonio Herraiz
9
+ - Artur Rodrigues
10
+ - Bennett, Bryan
11
+ - David Baumgold
12
+ - David Boucha
13
+ - David Crawford
14
+ - Dimitris Theodorou
15
+ - Doug Black
16
+ - Frank Stratton
17
+ - Frank Stratton ☺
18
+ - Garret Raziel
19
+ - Gilles Dartiguelongue
20
+ - Giorgio Salluzzo
21
+ - Guillaume BINET
22
+ - Jacob Magnusson
23
+ - Joakim Ekberg
24
+ - Johannes
25
+ - JuneHyeon Bae
26
+ - Kamil Gałuszka
27
+ - Kevin Burke
28
+ - Kevin Deldycke
29
+ - Kyle Conroy
30
+ - Lance Ingle
31
+ - Lars Holm Nielsen
32
+ - Miguel Grinberg
33
+ - Mihai Tomescu
34
+ - Pavel Tyslyatsky
35
+ - Petrus J.v.Rensburg
36
+ - Piotr Husiatyński
37
+ - Robert Warner
38
+ - Ryan Horn
39
+ - Sam Kimbrel
40
+ - Victor Neo
41
+ - Yaniv Aknin
42
+ - bret barker
43
+ - kelvinhammond
44
+ - lyschoening
45
+ - mniebla
46
+ - muchosalsa
47
+ - nixdata
48
+ - papaeye
49
+ - saml
50
+ - siavashg
51
+ - silasray
52
+ - y-p
Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ Flask-RESTful Changelog
3
3
4
4
Here you can see the full list of changes between each Flask-RESTful release.
5
5
6
+ Version 0.2.12
7
+ --------------
8
+
9
+ Released March 4, 2014
10
+
11
+ - Fixed a bug in error handling code.
12
+ - Don't install tests by default.
13
+ - Doc fixes and updates.
14
+
6
15
Version 0.2.11
7
16
--------------
8
17
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'Flask-RESTful' ,
7
- version = '0.2.11 ' ,
7
+ version = '0.2.12 ' ,
8
8
url = 'https://www.github.com/twilio/flask-restful/' ,
9
9
author = 'Twilio API Team' ,
10
10
author_email = 'help@twilio.com' ,
You can’t perform that action at this time.
0 commit comments