Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Sep 6, 2022
1 parent afa0046 commit dc4c1d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.0.0

Initial public release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ secsend (e.g. file size limit).
Then, run secsend with docker:

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

`/path/to/data/storage` will contain the uploaded files and associated metadata.
Expand Down
2 changes: 1 addition & 1 deletion __version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0rc0"
__version__ = "1.0.0"
__author__ = "Adrien Guinet"
__author_email__ = "[email protected]"
__copyright__ = "Copyright 2022 Adrien Guinet"
Expand Down

0 comments on commit dc4c1d7

Please sign in to comment.