File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- fluent.runtime 0.4 (TBD )
4
+ fluent.runtime 0.4.0 (March 13, 2023 )
5
5
-----------------------------------
6
6
7
- * Drop support for Python 2.7 and 3.5
8
- * Add support for Python 3.6 through 3.9
7
+ * Drop support for Python 2.7 and 3.5 & support for Python 3.6 through 3.9 ([#163](https://github.com/projectfluent/python-fluent/pull/163))
8
+ * Add type hints ([#180](https://github.com/projectfluent/python-fluent/pull/180))
9
9
10
10
fluent.runtime 0.3.1 (May 20, 2020)
11
11
-----------------------------------
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- version =0.4
2
+ version =0.4.0
3
3
4
4
[bdist_wheel]
5
5
universal =1
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## fluent.syntax 0.19 (TBD )
3
+ ## fluent.syntax 0.19.0 (March 13, 2023 )
4
4
5
- - Drop support for Python 2.7 and 3.5
6
- - Add support for Python 3.6 through 3.9
5
+ - Drop support for Python 2.7 and 3.5 & support for Python 3.6 through 3.9 ([ #161 ] ( https://github.com/projectfluent/python-fluent/pull/161 ) )
6
+ - Treat tab as text, not whitespace ([ #179 ] ( https://github.com/projectfluent/python-fluent/pull/179 ) )
7
+ - Add type hints ([ #180 ] ( https://github.com/projectfluent/python-fluent/pull/180 ) )
7
8
8
9
## fluent.syntax 0.18.1 (September 15, 2020)
9
10
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- version =0.19
2
+ version =0.19.0
3
3
4
4
[bdist_wheel]
5
5
universal =1
You can’t perform that action at this time.
0 commit comments