File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v1.1.1
2
+
3
+ * CLI: update cryptography and requests
4
+
1
5
# v1.1.0
2
6
3
7
* Update sanic to 23.12.1 (LTS)
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ secsend (e.g. file size limit).
67
67
Then, run secsend with docker:
68
68
69
69
```
70
- # docker run --env-file docker.env -p 8000:80 -v /path/to/data/storage:/data aguinet/secsend:v1.1.0
70
+ # docker run --env-file docker.env -p 8000:80 -v /path/to/data/storage:/data aguinet/secsend:v1.1.1
71
71
```
72
72
73
73
` /path/to/data/storage ` will contain the uploaded files and associated metadata.
Original file line number Diff line number Diff line change 1
- __version__ = "1.1.0 "
1
+ __version__ = "1.1.1 "
2
2
__author__ = "Adrien Guinet"
3
3
__author_email__ = "[email protected] "
4
4
__copyright__ = "Copyright 2024 Adrien Guinet"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " secsend" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments