Skip to content

Commit

Permalink
Call this v0.1.1
Browse files Browse the repository at this point in the history
Managed to do pip upload of v0.1.0 from a stale branch
  • Loading branch information
peterjc committed Apr 15, 2021
1 parent 6429066 commit a739ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ Version History
======= ========== ===========================================================
Version Released Changes
------- ---------- -----------------------------------------------------------
v0.1.1 2021-04-15 - Explicit ``pygments`` dependency for any code blocks.
v0.1.0 2021-04-15 - Import the parser from ``pydocstyle`` directly.
- Requires Python 3 (drops support for Python 2).
- Explicit ``pygments`` dependency for any code blocks.
v0.0.14 2020-09-22 - Adds ``RST307`` for error in directive (eg invalid args).
v0.0.13 2019-12-26 - Adds ``RST218`` and ``RST219``.
v0.0.12 2019-11-18 - Adds ``RST213`` to ``RST217``.
Expand Down Expand Up @@ -277,8 +277,8 @@ To make a new release once tested locally and on TravisCI::

$ git tag vX.Y.Z
$ python setup.py sdist --formats=gztar
$ twine upload dist/flake8-rst-docstrings-X.Y.Z.tar.gz
$ git push origin master --tags
$ twine upload dist/flake8-rst-docstrings-X.Y.Z.tar.gz

The PyPI upload should trigger an automated pull request updating the
`flake8-rst-docstrings conda-forge recipe
Expand Down
2 changes: 1 addition & 1 deletion flake8_rst_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import restructuredtext_lint as rst_lint


__version__ = "0.1.0"
__version__ = "0.1.1"


log = logging.getLogger(__name__)
Expand Down

0 comments on commit a739ede

Please sign in to comment.