From 423ccd1b667ea9c06bb17d298b2661a51bbcd275 Mon Sep 17 00:00:00 2001 From: David Sternlicht Date: Sun, 3 Jan 2021 12:47:43 +0200 Subject: [PATCH] Bump version to 0.25.2 --- README.md | 16 ++++++++++------ scottypy/__version__.py | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b91b44a..547804a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Scotty Client Library - -## Notes For Developers - -### How to release a new version - +# Scotty Client Library + +## Notes For Developers + +### How to release a new version + 1. Update changelog in `README.md` file 1. Run the following: ``` @@ -20,6 +20,10 @@ git push origin : --tags ## ChangeLog +### 0.25.2 + +* Increase timeout to 30 seconds + ### 0.25.1 * Fix get_beams_by_issue so that it will use pagination diff --git a/scottypy/__version__.py b/scottypy/__version__.py index 71290cd..97b0e62 100644 --- a/scottypy/__version__.py +++ b/scottypy/__version__.py @@ -1 +1 @@ -__version__ = "0.25.1" +__version__ = "0.25.2"