Skip to content

Commit

Permalink
Bump version: 4.12.1 → 4.12.2.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jun 16, 2020
1 parent 9e8d152 commit 19103d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/fontTools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

log = logging.getLogger(__name__)

version = __version__ = "4.12.1"
version = __version__ = "4.12.2.dev0"

__all__ = ["version", "log", "configLogger"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.12.1
current_version = 4.12.2.dev0
commit = True
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def build_extensions(self):

setup_params = dict(
name="fonttools",
version="4.12.1",
version="4.12.2.dev0",
description="Tools to manipulate font files",
author="Just van Rossum",
author_email="just@letterror.com",
Expand Down

0 comments on commit 19103d9

Please sign in to comment.