Skip to content

Commit 7938f93

Browse files
committed
prepare for 2.6 release.
1 parent 5b93077 commit 7938f93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,9 @@ Enhancement release:
100100
* (No Issue)
101101
* Read the wall clock to return an accurate "total time" in the `UnavailableError` (and associated logging).
102102

103+
### Version 2.6
103104

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = "2.5.2"
21+
__version__ = "2.6"

0 commit comments

Comments
 (0)