Skip to content

Commit 8cc87f2

Browse files
committed
chore: open 3.1.2 fix release
1 parent 17dcb99 commit 8cc87f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

falcon/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
"""Falcon version."""
1616

17-
__version__ = '3.1.1'
17+
__version__ = '3.1.2'
1818
"""Current version of Falcon."""

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ console_scripts =
7575

7676
[egg_info]
7777
# TODO replace
78-
tag_build =
78+
tag_build = b1
7979

8080
[aliases]
8181
test=pytest

0 commit comments

Comments
 (0)