From 061e0dabd66836d61dc2020f5af46307a41c276f Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Wed, 23 Oct 2019 17:08:34 +0200 Subject: [PATCH] fluent.runtime 0.3.0 --- fluent.runtime/CHANGELOG.rst | 3 +++ fluent.runtime/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fluent.runtime/CHANGELOG.rst b/fluent.runtime/CHANGELOG.rst index a5f5bef5..bcc0cd75 100644 --- a/fluent.runtime/CHANGELOG.rst +++ b/fluent.runtime/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog fluent.runtime next ------------------- +fluent.runtime 0.3 (October 23, 2019) +--------------------------------------- + * Added ``fluent.runtime.FluentResource`` and ``fluent.runtime.FluentBundle.add_resource``. * Removed ``fluent.runtime.FluentBundle.add_messages``. diff --git a/fluent.runtime/setup.py b/fluent.runtime/setup.py index 1049c644..9fbbc004 100755 --- a/fluent.runtime/setup.py +++ b/fluent.runtime/setup.py @@ -3,7 +3,7 @@ setup(name='fluent.runtime', - version='0.2', + version='0.3', description='Localization library for expressive translations.', long_description='See https://github.com/projectfluent/python-fluent/ for more info.', author='Luke Plant',