Skip to content

Commit 70f711e

Browse files
committed
Release version 0.33.0
1 parent 3fc9957 commit 70f711e

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
Changelog
22
=========
33

4-
0.32.0 (2020-04-13)
4+
0.33.0 (2020-04-13)
55
-------------------
66
------------------------
7+
- Add basic API request throttling. [Enrico Tröger]
8+
9+
A simple approach to throttle API requests and so keep within the rate
10+
limits of the API. Can be enabled with "--throttle-limit" to specify
11+
when throttling should start.
12+
"--throttle-pause" defines the time to sleep between further API
13+
requests.
14+
15+
16+
0.32.0 (2020-04-13)
17+
-------------------
718
- Add timestamp to log messages. [Enrico Tröger]
819

920

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.32.0'
1+
__version__ = '0.33.0'

0 commit comments

Comments
 (0)