Skip to content

Commit f7189d7

Browse files
committed
chore: open 4.1.0.dev1 development
1 parent 5351220 commit f7189d7

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

docs/changes/4.1.0.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Changelog for Falcon 4.1.0
2+
==========================
3+
4+
Summary
5+
-------
6+
7+
Falcon 4.1 is in development. The progress is tracked via the
8+
`Version 4.1 milestone <https://github.com/falconry/falcon/milestone/41>`__
9+
on GitHub.
10+
11+
12+
Changes to Supported Platforms
13+
------------------------------
14+
15+
.. NOTE(vytas): No changes to the supported platforms (yet).
16+
17+
18+
.. towncrier release notes start
19+
20+
Contributors to this Release
21+
----------------------------
22+
23+
Many thanks to all of our talented and stylish contributors for this release!
24+
25+
- `vytas7 <https://github.com/vytas7>`__

docs/changes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelogs
33

44
.. toctree::
55

6+
4.1.0 <4.1.0>
67
4.0.0 <4.0.0>
78
3.1.3 <3.1.3>
89
3.1.2 <3.1.2>

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__ = '4.0.0'
17+
__version__ = '4.1.0.dev1'
1818
"""Current version of Falcon."""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ exclude = ["examples", "tests"]
116116
[tool.towncrier]
117117
package = "falcon"
118118
package_dir = ""
119-
filename = "docs/changes/4.0.0.rst"
119+
filename = "docs/changes/4.1.0.rst"
120120
directory = "docs/_newsfragments"
121121
issue_format = "`#{issue} <https://github.com/falconry/falcon/issues/{issue}>`__"
122122

0 commit comments

Comments
 (0)