From 11fa642f01a554cc9759482673028c8f01b3004e Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Tue, 2 Jun 2020 19:33:38 +0200 Subject: [PATCH] prepare 0.3.11 --- Changelog.md | 4 ++-- python_client/setup.py | 2 +- rust_client/Cargo.toml | 2 +- server/Cargo.toml | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 38dc388..7a573f0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ Changelog ========= -0.3.9 ------ +0.3.9-11 +-------- * Test release process, no changes. diff --git a/python_client/setup.py b/python_client/setup.py index 82f4a5d..b5d1f21 100644 --- a/python_client/setup.py +++ b/python_client/setup.py @@ -5,7 +5,7 @@ setup( name="throttle_client", - version="0.3.9", + version="0.3.11", author="Markus Klein", description="Client for Throttle. Throttle is an http semaphore service, " "providing semaphores for distributed systems.", diff --git a/rust_client/Cargo.toml b/rust_client/Cargo.toml index 1474794..e5280b3 100644 --- a/rust_client/Cargo.toml +++ b/rust_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "throttle-client" -version = "0.3.9" +version = "0.3.11" authors = ["Markus Klein "] edition = "2018" license = "MIT" diff --git a/server/Cargo.toml b/server/Cargo.toml index 5cc9775..0168c3a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "throttle-server" -version = "0.3.9" +version = "0.3.11" authors = ["Markus Klein"] edition = "2018" license = "MIT" diff --git a/setup.py b/setup.py index b00599e..ccaa34d 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def run(self): setup( name="throttle-server", author="Markus klein", - version="0.3.9", + version="0.3.11", url="https://github.com/pacman82/throttle", description="Throttle server. Throttle is a http semaphore service, providing" "semaphores for distributed systems. Packaged as a wheel for the convinience of"