summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2021-08-19 14:41:21 +0200
committerGael Pasgrimaud <gael@gawel.org>2021-08-19 14:41:21 +0200
commitc8f5ffbfc1310a327e26a73ab622902b48e862c8 (patch)
tree7134b80094c4bbde93e83b8fca3269ce166544aa
parentaeb494505d70fe9c9c0568a7c02e185cd41cb694 (diff)
downloadwebtest-c8f5ffbfc1310a327e26a73ab622902b48e862c8.tar.gz
bump to 3x in releasing.rst
-rw-r--r--RELEASING.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/RELEASING.rst b/RELEASING.rst
index 7e0378a..e6e9d9e 100644
--- a/RELEASING.rst
+++ b/RELEASING.rst
@@ -39,10 +39,10 @@ Marketing and communications
- Announce to Twitter::
- WebTest 2.0.x released.
+ WebTest 3.0.x released.
PyPI
- https://pypi.python.org/pypi/webtest/2.0.x
+ https://pypi.python.org/pypi/webtest/3.0.x
Changes
https://docs.pylonsproject.org/projects/webtest/en/latest/changelog.html
@@ -52,7 +52,7 @@ Marketing and communications
- Announce to maillist::
- WebTest 2.0.x has been released.
+ WebTest 3.0.x has been released.
Here are the changes:
@@ -60,7 +60,7 @@ Marketing and communications
You can install it via PyPI:
- pip install WebTest==2.0.x
+ pip install WebTest==3.0.x
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/webtest/issues
@@ -71,4 +71,4 @@ Marketing and communications
Here is a command line to get those text without indent and version replaced::
- cat RELEASING.rst | sed 's/2.0.x/version/' | sed 's/ //'
+ cat RELEASING.rst | sed 's/3.0.x/version/' | sed 's/ //'