Skip to content

Commit

Permalink
Merge branch 'release/0.25.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
d1618033 committed Jan 3, 2021
2 parents 28dc86f + 423ccd1 commit e2c1516
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 e2c1516

Please sign in to comment.