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.
python-fluent is available on PyPI as fluent.
python-fluent
To publish new versions, first follow the setup instructions regarding .pypirc.
.pypirc
For patch releases, where only the Z in X.Y.Z changes, choose Z as max(current Z of fluent-syntax (JS), current Z of fluent.syntax (Python)) + 1.
Z
X.Y.Z
max(current Z of fluent-syntax (JS), current Z of fluent.syntax (Python)) + 1
Update setup.py and CHANGELOG.md.
setup.py
CHANGELOG.md
Commit and push:
$ git commit -m "fluent X.Y.Z" $ git push
Draft a new release on GitHub.
v
fluent X.Y.Z (Month DD)
Publish:
$ python setup.py sdist upload -r pypi