Skip to content

Commit 62b9c35

Browse files
committed
chore(release): 3.1.3
1 parent 01a4d1b commit 62b9c35

File tree

2 files changed

+224
-0
lines changed

2 files changed

+224
-0
lines changed

CHANGELOG.md

Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [3.1.3](https://github.com/Scifabric/pybossa/compare/v3.1.2...v3.1.3) (2020-06-06)
6+
7+
8+
### Bug Fixes
9+
10+
* handle properly unicode error for fixing taskrun issue. ([01a4d1b](https://github.com/Scifabric/pybossa/commit/01a4d1ba3ef11c45d11857dbf19c78f3ee45c405))
11+
* Python3 syntax fixes ([#1981](https://github.com/Scifabric/pybossa/issues/1981)) ([865991f](https://github.com/Scifabric/pybossa/commit/865991f782e139076539595e0b8d2a1821053b06))
12+
* **gdpr:** delete inactive accounts. ([#1979](https://github.com/Scifabric/pybossa/issues/1979)) ([6d3569c](https://github.com/Scifabric/pybossa/commit/6d3569c7dc832f29d6a8a96ac66cac18db8fee48))
13+
* **vagrant:** update playbook and requirements ([#1968](https://github.com/Scifabric/pybossa/issues/1968)) ([3fb38dc](https://github.com/Scifabric/pybossa/commit/3fb38dc3162b12591878e0226e275df0bc29eb63))
14+
15+
# Changelog
16+
17+
## v3.0.0 (2019-12-28)
18+
19+
#### Fixes
20+
21+
* (test): use sorted instead of sort()
22+
* (test): use sorted instead of sort()
23+
* (stats): use utc for time.
24+
* (stats): use utc time.
25+
* (test): use UTC time zone in query.
26+
* (test): use b type
27+
#### Others
28+
29+
* (readme): update info.
30+
* (cli): migrate to python3.
31+
32+
## v2.13.1 (2019-10-26)
33+
34+
#### Fixes
35+
36+
* (cve): pillow.
37+
* (README): update badges.
38+
* (redis): revert disable redis.
39+
* (redis): cache was bad handled.
40+
* (tests): return String instead of Response.
41+
* (tests): mock with return string.
42+
* (cve): Use new werkzeug.
43+
* (werkzeug): address CVE issue.
44+
* (settings): add missing settings.
45+
#### Others
46+
47+
* (docker): use custom python2.7 ldap.
48+
49+
## v2.12.2 (2019-06-06)
50+
51+
52+
## v2.12.1 (2019-04-27)
53+
54+
55+
## v2.12.0 (2019-04-10)
56+
57+
58+
## v2.11.1 (2018-11-13)
59+
60+
61+
## v2.11.0 (2018-10-23)
62+
63+
64+
## v2.10.3 (2018-09-04)
65+
66+
67+
## v2.10.0 (2018-08-23)
68+
69+
70+
## v2.9.5 (2018-06-01)
71+
72+
73+
## v2.9.4 (2018-05-18)
74+
75+
76+
## v2.9.3 (2018-05-14)
77+
78+
79+
## v2.9.2 (2018-02-26)
80+
81+
82+
## v2.9.0 (2018-02-06)
83+
84+
85+
## v2.8.0 (2017-10-05)
86+
87+
88+
## v2.7.2 (2017-10-03)
89+
90+
91+
## v2.7.1 (2017-09-27)
92+
93+
94+
## v2.7.0 (2017-09-21)
95+
96+
97+
## v2.6.3 (2017-09-05)
98+
99+
100+
## v2.6.2 (2017-08-28)
101+
102+
103+
## v2.6.1 (2017-08-16)
104+
105+
106+
## v2.6.0 (2017-08-08)
107+
108+
109+
## v2.5.4 (2017-08-07)
110+
111+
112+
## v2.5.2 (2017-06-27)
113+
114+
115+
## v2.5.0 (2017-06-21)
116+
117+
118+
## v2.4.3 (2017-06-15)
119+
120+
121+
## v2.4.2 (2017-06-14)
122+
123+
124+
## v2.4.1 (2017-06-09)
125+
126+
127+
## v2.4.0 (2017-06-08)
128+
129+
130+
## v2.3.7 (2017-05-09)
131+
132+
133+
## v2.3.6 (2017-03-29)
134+
135+
136+
## v2.3.0 (2016-08-03)
137+
138+
139+
## v2.2.0 (2016-05-23)
140+
141+
142+
## v2.0.0 (2016-05-03)
143+
144+
145+
## v1.6.1 (2016-04-07)
146+
147+
148+
## v1.6.0 (2016-04-04)
149+
150+
151+
## v1.5.1 (2016-02-16)
152+
153+
154+
## v1.5.0 (2016-02-08)
155+
156+
157+
## v1.4.1 (2016-01-28)
158+
159+
160+
## v1.4.0 (2016-01-26)
161+
162+
163+
## v1.3.0 (2015-12-17)
164+
165+
166+
## v1.2.2 (2015-12-09)
167+
168+
169+
## v1.2.1 (2015-12-03)
170+
171+
172+
## v1.2.0 (2015-11-24)
173+
174+
175+
## v1.1.3 (2015-11-20)
176+
177+
178+
## v1.1.2 (2015-10-06)
179+
180+
181+
## v1.1.1 (2015-09-30)
182+
183+
184+
## v1.1.0 (2015-09-30)
185+
186+
187+
## v1.0.0 (2015-09-21)
188+
189+
190+
## v0.2.4 (2015-09-21)
191+
192+
193+
## v0.2.3 (2015-08-19)
194+
195+
196+
## v0.2.2 (2015-05-11)
197+
198+
199+
## 2014-08-20 (2014-08-20)
200+
201+
202+
## 2014-08-19 (2014-08-19)
203+
204+
205+
## 2014-08-14 (2014-08-14)
206+
207+
208+
## v0.2.1 (2013-12-04)
209+
210+
211+
## v0.2.0 (2013-11-26)
212+
213+
214+
## v0.1.3 (2013-11-22)
215+
216+
217+
## v0.1.2 (2013-11-22)
218+
219+
220+
## v0.1.1 (2013-10-01)
221+
222+
223+
## v0.1.0 (2013-08-01)

pybossa/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1.3

0 commit comments

Comments
 (0)