Skip to content

Commit

Permalink
updating version to 4.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 12, 2024
1 parent 5913d81 commit f56baea
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.21.tar.gz | tar zx
> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.22.tar.gz | tar zx

> cd exabgp-4.2.21
> cd exabgp-4.2.22
> ./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.21)
or change git to use any previous release (here 4.2.22)

```sh
> git checkout 4.2.21
> git checkout 4.2.22
> ./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.21.tar.gz | tar zx
./exabgp-4.2.21/sbin/exabgp --help
curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.22.tar.gz | tar zx
./exabgp-4.2.22/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 = "4ae19e0f"
release = "4.2.21"
commit = "5913d818"
release = "4.2.22"
json = "4.0.1"
text = "4.0.1"
version = os.environ.get('EXABGP_VERSION',release)
Expand Down

0 comments on commit f56baea

Please sign in to comment.