Skip to content

Commit

Permalink
Bump version to 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sternlicht committed Jan 3, 2021
1 parent 932bd2c commit 423ccd1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scottypy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.25.1"
__version__ = "0.25.2"

0 comments on commit 423ccd1

Please sign in to comment.