We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b93077 commit 7938f93Copy full SHA for 7938f93
HISTORY.md
@@ -100,4 +100,9 @@ Enhancement release:
100
* (No Issue)
101
* Read the wall clock to return an accurate "total time" in the `UnavailableError` (and associated logging).
102
103
+### Version 2.6
104
105
+Bug fix release:
106
+
107
+* [Issue 50](https://github.com/adobe-apiplatform/umapi-client.py/issues/50)
108
+ * Unicode input for email produced error strings that were incorrectly encoded, so clients crashed trying to use them.
umapi_client/version.py
@@ -18,4 +18,4 @@
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
# SOFTWARE.
20
21
-__version__ = "2.5.2"
+__version__ = "2.6"
0 commit comments