You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ pongo2 is a Django-syntax like templating-language ([official website](https://w
9
9
Install/update using `go get` (no dependencies required by pongo2):
10
10
11
11
```sh
12
-
go get -u github.com/flosch/pongo2/v4
12
+
go get -u github.com/flosch/pongo2/v5
13
13
```
14
14
15
15
Please use the [issue tracker](https://github.com/flosch/pongo2/issues) if you're encountering any problems with pongo2 or if you need help with implementing tags or filters ([create a ticket!](https://github.com/flosch/pongo2/issues/new)).
@@ -109,7 +109,6 @@ Please use the [issue tracker](https://github.com/flosch/pongo2/issues) if you'r
0 commit comments