diff --git a/README.md b/README.md index a03d34bb1..6932ecef8 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ The latest version is available on [`pypi`](https://pypi.python.org/pypi), the P It is also possible to download the latest archive from github ```sh -> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.10.tar.gz | tar zx +> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.11.tar.gz | tar zx -> cd exabgp-4.2.10 +> cd exabgp-4.2.11 > ./sbin/exabgp --version > ./sbin/exabgp --help @@ -81,10 +81,10 @@ or to use git master > ./bin/healthcheck --help ``` -or change git to use any previous release (here 4.2.10) +or change git to use any previous release (here 4.2.11) ```sh -> git checkout 4.2.10 +> git checkout 4.2.11 > ./sbin/exabgp --version ``` diff --git a/README.rst b/README.rst index 228c531ba..1a1cdf698 100644 --- a/README.rst +++ b/README.rst @@ -55,8 +55,8 @@ Without installation :: - curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.10.tar.gz | tar zx - ./exabgp-4.2.10/sbin/exabgp --help + curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.11.tar.gz | tar zx + ./exabgp-4.2.11/sbin/exabgp --help Feedback and getting involved ============================= diff --git a/lib/exabgp/version.py b/lib/exabgp/version.py index 992e089cb..4b29cf9fd 100644 --- a/lib/exabgp/version.py +++ b/lib/exabgp/version.py @@ -1,7 +1,7 @@ import os -commit = "f3b06580" -release = "4.2.10" +commit = "765dd59f" +release = "4.2.11" json = "4.0.1" text = "4.0.1" version = os.environ.get('EXABGP_VERSION',release) @@ -9,5 +9,5 @@ # Do not change the first line as it is parsed by scripts if __name__ == '__main__': - import sys - sys.stdout.write(version) + import sys + sys.stdout.write(version)