File tree 3 files changed +10
-6
lines changed
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
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
@@ -17,11 +18,6 @@ unsuffix = true
17
18
part = patch
18
19
suffix = dev
19
20
20
- [changelog]
21
- file = CHANGELOG.rst
22
- bump = {version} ({date:%Y-%m-%d})
23
- prepare = Current
24
-
25
21
[readthedoc]
26
22
id = flask-restx
27
23
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