diff --git a/HISTORY.rst b/HISTORY.rst new file mode 100644 index 0000000..e7deb64 --- /dev/null +++ b/HISTORY.rst @@ -0,0 +1,20 @@ +History +======= + + +0.1.2 +----- + +- Added support for Python 3.9. + + +0.1.1 +----- + +- Packaging and README fixes. + + +0.1.0 +----- + +- First release on PyPI. diff --git a/setup.py b/setup.py index 40ebd98..0840bb5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = "me@kennethreitz.org" AUTHOR = "Kenneth Reitz" REQUIRES_PYTHON = ">=3.9.0" -VERSION = "0.1.1" +VERSION = "0.1.2" # What packages are required for this module to be executed? REQUIRED = ["requests", "pydantic >= 2.0.0"]