Skip to content

Commit dc4c1d7

Browse files
committed
Bump to v1.0.0
1 parent afa0046 commit dc4c1d7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v1.0.0
2+
3+
Initial public release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ secsend (e.g. file size limit).
6767
Then, run secsend with docker:
6868

6969
```
70-
# docker run --env-file docker.env -p 8000:80 -v /path/to/data/storage:/data secsend:v1.0.0rc0
70+
# docker run --env-file docker.env -p 8000:80 -v /path/to/data/storage:/data aguinet/secsend:v1.0.0
7171
```
7272

7373
`/path/to/data/storage` will contain the uploaded files and associated metadata.

__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.0rc0"
1+
__version__ = "1.0.0"
22
__author__ = "Adrien Guinet"
33
__author_email__ = "[email protected]"
44
__copyright__ = "Copyright 2022 Adrien Guinet"

0 commit comments

Comments
 (0)