File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.46
2+ current_version = 0.0.47
33files = test_server/const.py docs/conf.py pyproject.toml setup.py
44commit = True
55tag = True
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11[project ]
22
33name = " test_server"
4- version = " 0.0.46 "
4+ version = " 0.0.47 "
55description = " Server for testing HTTP clients"
66readme = " README.md"
77requires-python = " >=2.7"
Original file line number Diff line number Diff line change 22
33setup (
44 name = "test_server" ,
5- version = "0.0.46 " ,
5+ version = "0.0.47 " ,
66 packages = ["test_server" ],
77 install_requires = [
88 "six" ,
Original file line number Diff line number Diff line change 1- TEST_SERVER_PACKAGE_VERSION = "0.0.46 "
1+ TEST_SERVER_PACKAGE_VERSION = "0.0.47 "
You can’t perform that action at this time.
0 commit comments