mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
v0.1.2
This commit is contained in:
+20
@@ -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.
|
||||
@@ -18,7 +18,7 @@ URL = "https://github.com/kennethreitz/neon-api-python"
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user