Skip to content

Commit 1374f7a

Browse files
committed
finalizing 0.1.6
1 parent a8c98ce commit 1374f7a

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "throttle-server"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["Markus Klein"]
55
edition = "2018"
66
license = "MIT"

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Fix: pip installing python client now also installs `requests` dependencies, whi
3131

3232
* Python Client: `Client` can now be pickeled again.
3333

34-
Next
35-
----
34+
0.1.6
35+
-----
3636

3737
* Fairness
3838
* Large semaphores don't starve

python_client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="throttle_client",
8-
version="0.1.5",
8+
version="0.1.6",
99
author="Markus Klein",
1010
description="Client for Throttle. Throttle is a semaphore service, "
1111
"providing semaphores for distributed systems.",

0 commit comments

Comments
 (0)