Skip to content

Commit

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

> cd exabgp-4.2.8
> cd exabgp-4.2.9
> ./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.8)
or change git to use any previous release (here 4.2.9)

```sh
> git checkout 4.2.8
> git checkout 4.2.9
> ./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.8.tar.gz | tar zx
./exabgp-4.2.8/sbin/exabgp --help
curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.9.tar.gz | tar zx
./exabgp-4.2.9/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 = "5344713b"
release = "4.2.8"
commit = "d0d90ff3"
release = "4.2.9"
json = "4.0.1"
text = "4.0.1"
version = os.environ.get('EXABGP_VERSION',release)
Expand Down

0 comments on commit db0ce13

Please sign in to comment.