Skip to content

Commit

Permalink
prepare 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jun 2, 2020
1 parent efa9896 commit 11fa642
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

0.3.9
-----
0.3.9-11
--------

* Test release process, no changes.

Expand Down
2 changes: 1 addition & 1 deletion python_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion rust_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "throttle-client"
version = "0.3.9"
version = "0.3.11"
authors = ["Markus Klein <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "throttle-server"
version = "0.3.9"
version = "0.3.11"
authors = ["Markus Klein"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 11fa642

Please sign in to comment.