Skip to content

Commit

Permalink
fluent.syntax 0.19.0 fluent.runtime 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Mar 13, 2023
1 parent 02906ae commit 6836ef4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions fluent.runtime/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog
=========

fluent.runtime 0.4 (TBD)
fluent.runtime 0.4.0 (March 13, 2023)
-----------------------------------

* Drop support for Python 2.7 and 3.5
* Add support for Python 3.6 through 3.9
* 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))
* Add type hints ([#180](https://github.com/projectfluent/python-fluent/pull/180))

fluent.runtime 0.3.1 (May 20, 2020)
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion fluent.runtime/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version=0.4
version=0.4.0

[bdist_wheel]
universal=1
Expand Down
7 changes: 4 additions & 3 deletions fluent.syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## fluent.syntax 0.19 (TBD)
## fluent.syntax 0.19.0 (March 13, 2023)

- Drop support for Python 2.7 and 3.5
- Add support for Python 3.6 through 3.9
- 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))
- Treat tab as text, not whitespace ([#179](https://github.com/projectfluent/python-fluent/pull/179))
- Add type hints ([#180](https://github.com/projectfluent/python-fluent/pull/180))

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

Expand Down
2 changes: 1 addition & 1 deletion fluent.syntax/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version=0.19
version=0.19.0

[bdist_wheel]
universal=1
Expand Down

0 comments on commit 6836ef4

Please sign in to comment.