Skip to content

Commit f56baea

Browse files
committed
updating version to 4.2.22
1 parent 5913d81 commit f56baea

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.21.tar.gz | tar zx
59+
> curl -L https://github.com/Exa-Networks/exabgp/archive/4.2.22.tar.gz | tar zx
6060

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

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

0 commit comments

Comments
 (0)