Skip to content

Commit 3b21051

Browse files
committed
finalize 0.1.3
1 parent 0ccc2aa commit 3b21051

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.2"
3+
version = "0.1.3"
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
@@ -16,7 +16,7 @@ Fixes a type error in the python client occuring then checking the timeout for a
1616

1717
Fix: pip installing python client now also installs `requests` dependencies, which has been missing from `install_requires`.
1818

19-
0.1.3 (upcoming)
20-
-----------------
19+
0.1.3
20+
-----
2121

2222
* Python Client: `lock` will no longer throw in case of a timeout during the release of the semaphore.

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.2",
8+
version="0.1.3",
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)