Skip to content

Commit

Permalink
Bump version to 20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed May 4, 2020
1 parent e79704f commit f193233
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ name = "docs"
The section name (``[docs]`` in the example above) represents the name of the
label for that repository and is identical to the ``name`` field when running
``labels fetch``. Do not edit the section name of existing labels yourself!
⚠️

The fields ``color``, ``description`` and ``name`` are parameters that you
can edit with the **labels** CLI.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(*args: str) -> str:

setuptools.setup(
name="labels",
version="20.1.0.dev0",
version="20.1.0",
author="Raphael Pierzina",
author_email="raphael@hackebrot.de",
maintainer="Raphael Pierzina",
Expand Down
2 changes: 1 addition & 1 deletion src/labels/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "20.1.0.dev0"
__version__ = "20.1.0"
__title__ = "labels"
__description__ = "CLI app for managing GitHub labels for Python 3.6 and newer. 📝"
__url__ = "https://github.com/hackebrot/labels"
Expand Down

0 comments on commit f193233

Please sign in to comment.