File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
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
113
113
from `GitHub Actions <https://github.com/python-restx/flask-restx/actions?query=workflow%3ARelease >`_ when we add a new tag (unless the
114
114
tests are failing).
115
115
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
+
116
124
Updating Copyright
117
125
------------------
118
126
Original file line number Diff line number Diff line change 9
9
inv clean
10
10
files =
11
11
README.rst
12
+ package.json
12
13
13
14
[bump]
14
15
unsuffix = true
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = '0.0.1.dev0 '
2
+ __version__ = '0.1.0 '
3
3
__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