Skip to content

Commit

Permalink
Version number -> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 14, 2020
1 parent ebe5aa9 commit 93482e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# built documents.
#
# The short X.Y version.
version = '2.1.0'
version = '2.2.0'
# The full version, including alpha/beta/rc tags.
release = version #+ '.1'

Expand Down
2 changes: 1 addition & 1 deletion flit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .inifile import ConfigError
from .log import enable_colourful_output

__version__ = '2.1.0'
__version__ = '2.2.0'

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion flit_core/flit_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
All the convenient development features live in the main 'flit' package.
"""

__version__ = '2.1.0'
__version__ = '2.2.0'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=2.1.0,<3"]
requires = ["flit_core >=2.2.0,<3"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
Expand All @@ -8,7 +8,7 @@ author="Thomas Kluyver"
author-email="thomas@kluyver.me.uk"
home-page="https://github.com/takluyver/flit"
requires=[
"flit_core>=2.1.0",
"flit_core>=2.2.0",
"requests",
"docutils",
"pytoml",
Expand Down

0 comments on commit 93482e4

Please sign in to comment.