Skip to content

Commit a5bdaa0

Browse files
committed
Prepare new release
1 parent 7f1e440 commit a5bdaa0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.changelog/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.20 | 2022-08-05 | umapi-client v2.20 |
4+
5+
* \#103 Create users with email-type usernames that differ from email address in a single call
6+
7+
---
8+
19
| tag | date | title |
210
|---|---|---|
311
| v2.19 | 2022-03-08 | umapi-client v2.19 |

.changelog/latest.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
* \#98 Add X-Request-Id header to all calls
2-
* \#100 Send start/end headers on any type of call
1+
* \#103 Create users with email-type usernames that differ from email address in a single call

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.19"
21+
__version__ = "2.20"

0 commit comments

Comments
 (0)