From 034f577ff06234bc2a008a62d3fd03a30a447844 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 23 Mar 2021 11:17:28 -0600 Subject: [PATCH] bump release version --- docs/INSTALL.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst index 1f021d576..515b0a6cc 100644 --- a/docs/INSTALL.rst +++ b/docs/INSTALL.rst @@ -163,7 +163,7 @@ from PyPI with ``venv/bin/pip install tahoe-lafs``. After installation, run Successfully installed ... % venv/bin/tahoe --version - tahoe-lafs: 1.15.0 + tahoe-lafs: 1.15.1 foolscap: ... % @@ -183,14 +183,14 @@ You can also install directly from the source tarball URL:: New python executable in ~/venv/bin/python2.7 Installing setuptools, pip, wheel...done. - % venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.15.0.tar.bz2 - Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.15.0.tar.bz2 + % venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.15.1.tar.bz2 + Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.15.1.tar.bz2 ... Installing collected packages: ... Successfully installed ... % venv/bin/tahoe --version - tahoe-lafs: 1.15.0 + tahoe-lafs: 1.15.1 ... Extras @@ -224,7 +224,7 @@ the additional libraries needed to run the unit tests:: Successfully installed ... % venv/bin/tahoe --version - tahoe-lafs: 1.15.0 + tahoe-lafs: 1.15.1 ... This way, you won't have to re-run the ``pip install`` step each time you @@ -273,7 +273,7 @@ result in a "all tests passed" mesage:: % tox GLOB sdist-make: ~/tahoe-lafs/setup.py py27 recreate: ~/tahoe-lafs/.tox/py27 - py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.15.0.zip + py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.15.1.zip py27 runtests: commands[0] | tahoe --version py27 runtests: commands[1] | trial --rterrors allmydata allmydata.test.test_auth