From 13128635cbd60282917cc3538fec16e7ce972448 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 28 May 2020 16:44:40 -0400 Subject: [PATCH] Release version 0.33.1 --- CHANGES.rst | 4 ++-- github_backup/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0ade7d3..10b4401 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,9 @@ Changelog ========= -0.33.0 (2020-04-13) +0.33.1 (2020-05-28) +------------------- ------------------- ------------------------- - Add basic API request throttling. [Enrico Tröger] A simple approach to throttle API requests and so keep within the rate diff --git a/github_backup/__init__.py b/github_backup/__init__.py index e3d0b7b..52c1b08 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.33.0' +__version__ = '0.33.1'