Skip to content

Commit

Permalink
updating version to 4.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Apr 24, 2022
1 parent 4e1fde9 commit 75bbea8
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.17.tar.gz | tar zx
> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.18.tar.gz | tar zx

> cd exabgp-4.2.17
> cd exabgp-4.2.18
> ./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.17)
or change git to use any previous release (here 4.2.18)

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

0 comments on commit 75bbea8

Please sign in to comment.