Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit dd461d6

Browse files
committed
Back to development: 4.6.1
1 parent 265ab76 commit dd461d6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
4.6.1 (unreleased)
7+
------------------
8+
9+
- Nothing changed yet.
10+
11+
612
4.6.0 (2021-07-16)
713
------------------
814

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ Declaring formal releases requires peer review.
1111
Before new release, add a summary of changes since last version to (CHANGELOG.rst)[./CHANGELOG.rst].
1212

1313
```
14-
pip install zest.releaser[recommended]
14+
pip install twine zest.releaser[recommended]
1515
prerelease
1616
release
1717
git push upstream master --follow-tags
18+
# remove prev distros, or else twine would try to upload them
19+
rm -rf dist
1820
python setup.py sdist
19-
pip install twine
2021
twine upload --repository pypi --verbose dist/*
2122
postrelease
2223
git push

jaeger_client/__init__.py

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

1515
from __future__ import absolute_import
1616

17-
__version__ = '4.6.0'
17+
__version__ = '4.6.1.dev0'
1818

1919
from .tracer import Tracer # noqa
2020
from .config import Config # noqa

0 commit comments

Comments
 (0)