File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,14 @@ The new releases are pushed on `Pypi.org <https://pypi.org/>`_ automatically
113113from `GitHub Actions <https://github.com/python-restx/flask-restx/actions?query=workflow%3ARelease >`_ when we add a new tag (unless the
114114tests are failing).
115115
116+ In order to prepare a new release, you can use `bumpr <https://github.com/noirbizarre/bumpr >`_
117+ which automates a few things.
118+ You first need to install it, then run the ``bumpr `` command. You can then refer
119+ to the `documentation <https://bumpr.readthedocs.io/en/latest/commandline.html >`_
120+ for further details.
121+ For instance, you would run ``bumpr -m `` (replace ``-m `` with ``-p `` or ``-M ``
122+ depending the expected version).
123+
116124Updating Copyright
117125------------------
118126
Original file line number Diff line number Diff line change 99 inv clean
1010files =
1111 README.rst
12+ package.json
1213
1314[bump]
1415unsuffix = true
@@ -17,11 +18,6 @@ unsuffix = true
1718part = patch
1819suffix = dev
1920
20- [changelog]
21- file = CHANGELOG.rst
22- bump = {version} ({date:%Y-%m-%d})
23- prepare = Current
24-
2521[readthedoc]
2622id = flask-restx
2723
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '0.0.1.dev0 '
2+ __version__ = '0.1.0 '
33__description__ = 'Fully featured framework for fast, easy and documented API development with Flask'
You can’t perform that action at this time.
0 commit comments