Skip to content

Commit ae39480

Browse files
committed
Prepare the last release for the 1.x series
1 parent 7e5ba95 commit ae39480

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# 1.44.6 (2021-XX-XX)
1+
# 1.44.6 (2021-11-25)
2+
3+
* Last version for the 1.x series
24

3-
* n/a
4-
55
# 1.44.5 (2021-09-17)
66

77
* Improve compatibility with PHP 8.1

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and documentation).
77
Twig uses a syntax similar to the Django and Jinja template languages which
88
inspired the Twig runtime environment.
99

10-
**Twig version 1 will stop being maintained at the end of November 2021.**
10+
**Twig version 1 is not maintained anymore.**
1111
Please, upgrade at your earliest convenience.
1212

1313
Sponsors

src/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
*/
4242
class Environment
4343
{
44-
public const VERSION = '1.44.6-DEV';
44+
public const VERSION = '1.44.6';
4545
public const VERSION_ID = 14406;
4646
public const MAJOR_VERSION = 1;
4747
public const MINOR_VERSION = 44;
4848
public const RELEASE_VERSION = 6;
49-
public const EXTRA_VERSION = 'DEV';
49+
public const EXTRA_VERSION = '';
5050

5151
protected $charset;
5252
protected $loader;

0 commit comments

Comments
 (0)