Commit 784e469 1 parent 6fd7c9e commit 784e469 Copy full SHA for 784e469
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
# The short X.Y version.
55
55
version = '0.2'
56
56
# The full version, including alpha/beta/rc tags.
57
- release = '0.2.2 '
57
+ release = '0.2.3 '
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ namespace VSGI {
150
150
* If the 'Content-Length' header is set, a fixed-size buffer is used
151
151
* instead of dynamically resizing the buffer to fit the stream content.
152
152
*
153
- * @since 0.2
153
+ * @since 0.2.3
154
154
*
155
155
* @return buffer containing the stream data
156
156
*/
@@ -170,7 +170,7 @@ namespace VSGI {
170
170
}
171
171
172
172
/**
173
- * @since 0.2
173
+ * @since 0.2.3
174
174
*/
175
175
public Bytes flatten_bytes (Cancellable ? cancellable = null ) throws IOError {
176
176
return new Bytes .take (flatten (cancellable));
@@ -180,7 +180,7 @@ namespace VSGI {
180
180
* Buffer the body stream asynchronously.
181
181
*
182
182
* @see VSGI.Request.flatten_async
183
- * @since 0.2
183
+ * @since 0.2.3
184
184
*
185
185
* @return buffer containing the stream data
186
186
*/
@@ -202,7 +202,7 @@ namespace VSGI {
202
202
}
203
203
204
204
/**
205
- * @since 0.2
205
+ * @since 0.2.3
206
206
*/
207
207
public async Bytes flatten_bytes_async (int io_priority = GLib . Priority . DEFAULT ,
208
208
Cancellable ? cancellable = null ) throws IOError {
Original file line number Diff line number Diff line change 3
3
import glob
4
4
5
5
APPNAME = 'valum'
6
- VERSION = '0.2.2 '
6
+ VERSION = '0.2.3 '
7
7
API_VERSION = '0.2'
8
8
9
9
def options (opt ):
You can’t perform that action at this time.
0 commit comments