Skip to content

Commit 75bbea8

Browse files
committed
updating version to 4.2.18
1 parent 4e1fde9 commit 75bbea8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ The latest version is available on [`pypi`](https://pypi.python.org/pypi), the P
5656
It is also possible to download the latest archive from github
5757

5858
```sh
59-
> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.17.tar.gz | tar zx
59+
> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.18.tar.gz | tar zx
6060

61-
> cd exabgp-4.2.17
61+
> cd exabgp-4.2.18
6262
> ./sbin/exabgp --version
6363
> ./sbin/exabgp --help
6464

@@ -81,10 +81,10 @@ or to use git master
8181
> ./bin/healthcheck --help
8282
```
8383

84-
or change git to use any previous release (here 4.2.17)
84+
or change git to use any previous release (here 4.2.18)
8585

8686
```sh
87-
> git checkout 4.2.17
87+
> git checkout 4.2.18
8888
> ./sbin/exabgp --version
8989
```
9090

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Without installation
5555

5656
::
5757

58-
curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.17.tar.gz | tar zx
59-
./exabgp-4.2.17/sbin/exabgp --help
58+
curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.18.tar.gz | tar zx
59+
./exabgp-4.2.18/sbin/exabgp --help
6060

6161
Feedback and getting involved
6262
=============================

lib/exabgp/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

3-
commit = "6bd3dfa4"
4-
release = "4.2.17"
3+
commit = "4e1fde90"
4+
release = "4.2.18"
55
json = "4.0.1"
66
text = "4.0.1"
77
version = os.environ.get('EXABGP_VERSION',release)

0 commit comments

Comments
 (0)