From fc2a652bfad927f9589582fdd999504fbdfc352b Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Wed, 20 May 2020 19:52:32 +0200 Subject: [PATCH] fluent.pygments 1.0 fluent.syntax 0.18.0 fluent.runtime 0.3.1 --- fluent.pygments/setup.cfg | 2 +- fluent.runtime/setup.cfg | 2 +- fluent.runtime/setup.py | 2 +- fluent.syntax/setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fluent.pygments/setup.cfg b/fluent.pygments/setup.cfg index 8d2fff3d..4ffbb87b 100644 --- a/fluent.pygments/setup.cfg +++ b/fluent.pygments/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version=0.1.0 +version=1.0 [bdist_wheel] universal=1 diff --git a/fluent.runtime/setup.cfg b/fluent.runtime/setup.cfg index 530e3db7..3844d0bf 100644 --- a/fluent.runtime/setup.cfg +++ b/fluent.runtime/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version=0.3 +version=0.3.1 [bdist_wheel] universal=1 diff --git a/fluent.runtime/setup.py b/fluent.runtime/setup.py index af460639..28f86872 100755 --- a/fluent.runtime/setup.py +++ b/fluent.runtime/setup.py @@ -26,7 +26,7 @@ packages=['fluent', 'fluent.runtime'], # These should also be duplicated in tox.ini and /.github/workflows/fluent.runtime.yml install_requires=[ - 'fluent.syntax>=0.17,<0.18', + 'fluent.syntax>=0.17,<0.19', 'attrs', 'babel', 'pytz', diff --git a/fluent.syntax/setup.cfg b/fluent.syntax/setup.cfg index 678eea93..fa8b8a09 100644 --- a/fluent.syntax/setup.cfg +++ b/fluent.syntax/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version=0.17.0 +version=0.18.0 [bdist_wheel] universal=1