Skip to content

Commit

Permalink
updating version to 4.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 25, 2022
1 parent 58cc978 commit d4e1b03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.tar.gz | tar zx
> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.20.tar.gz | tar zx

> cd exabgp-4.2.19
> cd exabgp-4.2.20
> ./sbin/exabgp --version
> ./sbin/exabgp --help

Expand All @@ -81,10 +81,10 @@ or to use git master
> ./bin/healthcheck --help
```

or change git to use any previous release (here 4.2.19)
or change git to use any previous release (here 4.2.20)

```sh
> git checkout 4.2.19
> git checkout 4.2.20
> ./sbin/exabgp --version
```

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Without installation

::

curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.19.tar.gz | tar zx
./exabgp-4.2.19/sbin/exabgp --help
curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.20.tar.gz | tar zx
./exabgp-4.2.20/sbin/exabgp --help

Feedback and getting involved
=============================
Expand Down
4 changes: 2 additions & 2 deletions lib/exabgp/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

commit = "8d834814"
release = "4.2.19"
commit = "58cc978c"
release = "4.2.20"
json = "4.0.1"
text = "4.0.1"
version = os.environ.get('EXABGP_VERSION',release)
Expand Down

0 comments on commit d4e1b03

Please sign in to comment.