Skip to content

Commit a8efbe9

Browse files
author
User
committed
Bump version: 0.0.46 → 0.0.47
1 parent c481468 commit a8efbe9

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.46
2+
current_version = 0.0.47
33
files = test_server/const.py docs/conf.py pyproject.toml setup.py
44
commit = True
55
tag = True

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = ".".join("0.0.46".split(".")[:2])
63+
version = ".".join("0.0.47".split(".")[:2])
6464
# The full version, including alpha/beta/rc tags.
65-
release = "0.0.46"
65+
release = "0.0.47"
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "test_server"
4-
version = "0.0.46"
4+
version = "0.0.47"
55
description = "Server for testing HTTP clients"
66
readme = "README.md"
77
requires-python = ">=2.7"

setup.py

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

33
setup(
44
name="test_server",
5-
version="0.0.46",
5+
version="0.0.47",
66
packages=["test_server"],
77
install_requires=[
88
"six",

test_server/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TEST_SERVER_PACKAGE_VERSION = "0.0.46"
1+
TEST_SERVER_PACKAGE_VERSION = "0.0.47"

0 commit comments

Comments
 (0)