We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3866f76 commit fc2a652Copy full SHA for fc2a652
fluent.pygments/setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-version=0.1.0
+version=1.0
3
4
[bdist_wheel]
5
universal=1
fluent.runtime/setup.cfg
-version=0.3
+version=0.3.1
fluent.runtime/setup.py
@@ -26,7 +26,7 @@
26
packages=['fluent', 'fluent.runtime'],
27
# These should also be duplicated in tox.ini and /.github/workflows/fluent.runtime.yml
28
install_requires=[
29
- 'fluent.syntax>=0.17,<0.18',
+ 'fluent.syntax>=0.17,<0.19',
30
'attrs',
31
'babel',
32
'pytz',
fluent.syntax/setup.cfg
-version=0.17.0
+version=0.18.0
0 commit comments