Skip to content

Commit c019c80

Browse files
author
Doug Black
committed
0.2.12
1 parent 34b3bde commit c019c80

File tree

3 files changed

+56
-35
lines changed

3 files changed

+56
-35
lines changed

AUTHORS.md

Lines changed: 46 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,49 @@ Authors
44
A huge thanks to all of our contributors:
55

66

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

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Flask-RESTful Changelog
33

44
Here you can see the full list of changes between each Flask-RESTful release.
55

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+
615
Version 0.2.11
716
--------------
817

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='Flask-RESTful',
7-
version='0.2.11',
7+
version='0.2.12',
88
url='https://www.github.com/twilio/flask-restful/',
99
author='Twilio API Team',
1010
author_email='help@twilio.com',

0 commit comments

Comments
 (0)