Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8474749

Browse files
committed
bump version 4.0.1, fixes #251
1 parent 51a6de4 commit 8474749

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// A Django-syntax like template-engine
1+
// Package pongo2 is a Django-syntax like template-engine
22
//
33
// Blog posts about pongo2 (including introduction and migration):
44
// https://www.florian-schlachter.de/?tag=pongo2

pongo2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package pongo2
22

33
// Version string
4-
const Version = "4.0.0"
4+
const Version = "4.0.1"
55

66
// Must panics, if a Template couldn't successfully parsed. This is how you
77
// would use it:

template_tests/pongo2ctx.tpl.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

0 commit comments

Comments
 (0)