diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..39d5b55 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,5 @@ +# Quart-HTTPAuth change log + +**Release 1.0.0** - 2024-02-27 + +- First official release! diff --git a/pyproject.toml b/pyproject.toml index aab0a07..ccee1a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "Quart-HTTPAuth" -version = "0.1.0" +version = "1.0.0" authors = [ - { name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" } + { name = "Collins Kiplagat", email = "collinskiplagat8@gmail.com" } ] description = "Quart-HTTPAuth is a HTTP authentication library for Quart.This was modified from Flask-HTTPAuth." classifiers = [