]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.3.0 (#72) 0.3.0
authorTom Christie <tom@tomchristie.com>
Thu, 16 May 2019 11:42:49 +0000 (12:42 +0100)
committerGitHub <noreply@github.com>
Thu, 16 May 2019 11:42:49 +0000 (12:42 +0100)
httpcore/__init__.py

index d63393248e5df86f8ca2ed1705ee68e3723dfd93..d30d5365314ef0f890b3eba1680b058f4280650f 100644 (file)
@@ -23,4 +23,4 @@ from .interfaces import BaseReader, BaseWriter, ConcurrencyBackend, Dispatcher,
 from .models import URL, Headers, Origin, QueryParams, Request, Response
 from .status_codes import codes
 
-__version__ = "0.2.1"
+__version__ = "0.3.0"