Skip to content

Commit

Permalink
fluent.pygments 1.0 fluent.syntax 0.18.0 fluent.runtime 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike committed May 20, 2020
1 parent 3866f76 commit fc2a652
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fluent.pygments/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version=0.1.0
version=1.0

[bdist_wheel]
universal=1
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.3
version=0.3.1

[bdist_wheel]
universal=1
Expand Down
2 changes: 1 addition & 1 deletion fluent.runtime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
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.17.0
version=0.18.0

[bdist_wheel]
universal=1
Expand Down

0 comments on commit fc2a652

Please sign in to comment.