Skip to content

Commit f193233

Browse files
committed
Bump version to 20.1.0
1 parent e79704f commit f193233

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ name = "docs"
105105
The section name (``[docs]`` in the example above) represents the name of the
106106
label for that repository and is identical to the ``name`` field when running
107107
``labels fetch``. Do not edit the section name of existing labels yourself!
108-
⚠️
109108

110109
The fields ``color``, ``description`` and ``name`` are parameters that you
111110
can edit with the **labels** CLI.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def read(*args: str) -> str:
99

1010
setuptools.setup(
1111
name="labels",
12-
version="20.1.0.dev0",
12+
version="20.1.0",
1313
author="Raphael Pierzina",
1414
author_email="[email protected]",
1515
maintainer="Raphael Pierzina",

src/labels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "20.1.0.dev0"
1+
__version__ = "20.1.0"
22
__title__ = "labels"
33
__description__ = "CLI app for managing GitHub labels for Python 3.6 and newer. 📝"
44
__url__ = "https://github.com/hackebrot/labels"

0 commit comments

Comments
 (0)