Skip to content

Commit 529a5c0

Browse files
committed
prepare for 2.7 release.
Update the version file and the README.
1 parent eaea202 commit 529a5c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +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
103+
### Version 2.6, 2.7
104104

105-
Bug fix release:
105+
Bug fix releases: The first fix attempt had problems, the second is better.
106106

107107
* [Issue 50](https://github.com/adobe-apiplatform/umapi-client.py/issues/50)
108108
* 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.6"
21+
__version__ = "2.7"

0 commit comments

Comments
 (0)