Skip to content

Commit b90800b

Browse files
committed
prepare 0.3.12
1 parent 11fa642 commit b90800b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/linux_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Build server
2020
run: |
21-
cross build --package --throttle-server --release --target $THROTTLE_CROSS_COMPILATION_TARGET
21+
cross build --package throttle-server --release --target $THROTTLE_CROSS_COMPILATION_TARGET
2222
- name: Set up Python
2323
uses: actions/setup-python@v1
2424
with:

Cargo.lock

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

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.3.9-11
4+
0.3.9-12
55
--------
66

77
* Test release process, no changes.

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.3.11",
8+
version="0.3.12",
99
author="Markus Klein",
1010
description="Client for Throttle. Throttle is an http semaphore service, "
1111
"providing semaphores for distributed systems.",

rust_client/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-client"
3-
version = "0.3.11"
3+
version = "0.3.12"
44
authors = ["Markus Klein <markus-klein@live.de>"]
55
edition = "2018"
66
license = "MIT"

server/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.3.11"
3+
version = "0.3.12"
44
authors = ["Markus Klein"]
55
edition = "2018"
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def run(self):
9595
setup(
9696
name="throttle-server",
9797
author="Markus klein",
98-
version="0.3.11",
98+
version="0.3.12",
9999
url="https://github.com/pacman82/throttle",
100100
description="Throttle server. Throttle is a http semaphore service, providing"
101101
"semaphores for distributed systems. Packaged as a wheel for the convinience of"

0 commit comments

Comments
 (0)