Skip to content

Commit 6836ef4

Browse files
committed
fluent.syntax 0.19.0 fluent.runtime 0.4.0
1 parent 02906ae commit 6836ef4

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

fluent.runtime/CHANGELOG.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Changelog
22
=========
33

4-
fluent.runtime 0.4 (TBD)
4+
fluent.runtime 0.4.0 (March 13, 2023)
55
-----------------------------------
66

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))
99

1010
fluent.runtime 0.3.1 (May 20, 2020)
1111
-----------------------------------

fluent.runtime/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version=0.4
2+
version=0.4.0
33

44
[bdist_wheel]
55
universal=1

fluent.syntax/CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## fluent.syntax 0.19 (TBD)
3+
## fluent.syntax 0.19.0 (March 13, 2023)
44

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))
78

89
## fluent.syntax 0.18.1 (September 15, 2020)
910

fluent.syntax/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version=0.19
2+
version=0.19.0
33

44
[bdist_wheel]
55
universal=1

0 commit comments

Comments
 (0)