From 640b05aabdb14707f945415d4f1405993401446f Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Wed, 5 Feb 2020 17:11:17 +0000 Subject: [PATCH] updating version to 4.2.6 --- README.md | 8 ++++---- README.rst | 4 ++-- lib/exabgp/version.py | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 22d8a8dce..9bf245de8 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.5.tar.gz | tar zx +> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.6.tar.gz | tar zx -> cd exabgp-4.2.5 +> cd exabgp-4.2.6 > ./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.5) +or change git to use any previous release (here 4.2.6) ```sh -> git checkout 4.2.5 +> git checkout 4.2.6 > ./sbin/exabgp --version ``` diff --git a/README.rst b/README.rst index 171338f4d..65a5a379a 100644 --- a/README.rst +++ b/README.rst @@ -55,8 +55,8 @@ Without installation :: - curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.5.tar.gz | tar zx - ./exabgp-4.2.5/sbin/exabgp --help + curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.6.tar.gz | tar zx + ./exabgp-4.2.6/sbin/exabgp --help Feedback and getting involved ============================= diff --git a/lib/exabgp/version.py b/lib/exabgp/version.py index 3924dee7e..0c68a6f72 100644 --- a/lib/exabgp/version.py +++ b/lib/exabgp/version.py @@ -1,7 +1,7 @@ import os -commit = "ab2b3933" -release = "4.2.5" +commit = "99de31e8" +release = "4.2.6" json = "4.0.1" text = "4.0.1" version = os.environ.get('EXABGP_VERSION',release)