Skip to content

Commit e1ea907

Browse files
[UPDATE] Version bump to v2.0.9a6
Changes in file Makefile: * removed recursive txt include for builds Changes in file docs/conf.py: * version bump to v2.0.9a6 Changes in file multicast/__init__.py: * version bump to v2.0.9a6 Changes in file pyproject.toml: * version bump to v2.0.9a6
1 parent c6bb560 commit e1ea907

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ MANIFEST.in: init
169169
$(QUIET)$(ECHO) "include LICENSE.md" >>"$@" ;
170170
$(QUIET)$(ECHO) "include CHANGES.md" >>"$@" ;
171171
$(QUIET)$(ECHO) "include HISTORY.md" >>"$@" ;
172-
$(QUIET)$(ECHO) "recursive-include . *.txt" >>"$@" ;
173172
$(QUIET)$(ECHO) "exclude .gitignore" >>"$@" ;
174173
$(QUIET)$(ECHO) "exclude .git_skipList" >>"$@" ;
175174
$(QUIET)$(ECHO) "exclude .gitattributes" >>"$@" ;

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# The short X.Y version.
126126
version = "v2.0"
127127
# The full version, including alpha/beta/rc tags.
128-
release = "v2.0.9a5"
128+
release = "v2.0.9a6"
129129

130130
# The language for content autogenerated by Sphinx. Refer to documentation
131131
# for a list of supported languages.

multicast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221

222222
global __version__ # skipcq: PYL-W0604
223223

224-
__version__ = "2.0.9-alpha-5"
224+
__version__ = "2.0.9-alpha-6"
225225
"""The version of this program.
226226

227227
The `__version__` attribute, like many dunder attributes, is associated with the implementation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers = [{ "name" = "reactive-firewall", "email" = "reactive-firewall@user
1212
name = "multicast"
1313
requires-python = ">=3.9.6, !=3.9.7, !=3.9.8, !=3.9.8, !=3.9.10, !=3.9.11, !=3.9.12, !=3.9.13, !=3.9.14, !=3.9.15, !=3.9.16, !=3.9.17, !=3.9.18, !=3.9.19, !=3.13.0, <3.14.0"
1414
scripts = { "multicast" = "multicast.__main__:cli" }
15-
version = "v2.0.9a5"
15+
version = "v2.0.9a6"
1616

1717
[project.urls]
1818
"Bug Tracker" = "https://github.com/reactive-firewall/multicast/issues"

0 commit comments

Comments
 (0)