Skip to content

Commit 39b1dd7

Browse files
[UPGRADE] Version Bump to v2.0.1
Changes in file .github/CONTRIBUTING.md: - bumped CC year to 2025 Changes in file LICENSE.md: - bumped CC year to 2025 Changes in file Makefile: - bumped CC year to 2025 Changes in file README.md: - bumped CC year to 2025 Changes in file docs/CI.md: - bumped CC year to 2025 - attempt to fix typo in graph Changes in file docs/FAQ.md: - bumped CC year to 2025 Changes in file docs/Makefile: - bumped CC year to 2025 Changes in file docs/USAGE.md: - bumped CC year to 2025 Changes in file docs/conf.py: - bumped version to 2.0.1 - bumped CC year to 2025 Changes in file docs/index.md: - bumped CC year to 2025 Changes in file docs/requirements.txt: - bumped CC year to 2025 Changes in file docs/toc.md: - bumped CC year to 2025 Changes in file multicast/__init__.py: - bumped version to 2.0.1 - bumped CC year to 2025 Changes in file multicast/__main__.py: - bumped CC year to 2025 Changes in file multicast/exceptions.py: - bumped CC year to 2025 Changes in file multicast/hear.py: - bumped CC year to 2025 Changes in file multicast/recv.py: - bumped CC year to 2025 Changes in file multicast/send.py: - bumped CC year to 2025 Changes in file multicast/skt.py: - bumped CC year to 2025 Changes in file requirements.txt: - bumped CC year to 2025 Changes in file setup.cfg: - bumped version to 2.0.1 - bumped CC year to 2025 Changes in file setup.py: - bumped CC year to 2025 - added metadata to support python 3.13 Changes in file tests/MulticastUDPClient.py: - bumped CC year to 2025 Changes in file tests/__init__.py: - bumped CC year to 2025 Changes in file tests/context.py: - bumped CC year to 2025 Changes in file tests/profiling.py: - bumped CC year to 2025 Changes in file tests/requirements.txt: - bumped CC year to 2025 Changes in file tests/test_basic.py: - bumped CC year to 2025 Changes in file tests/test_build.py: - bumped CC year to 2025 Changes in file tests/test_deps.py: - bumped CC year to 2025 Changes in file tests/test_exceptions.py: - bumped CC year to 2025 Changes in file tests/test_fuzz.py: - bumped CC year to 2025 Changes in file tests/test_hear_cleanup.py: - bumped CC year to 2025 Changes in file tests/test_hear_data_processing.py: - bumped CC year to 2025 Changes in file tests/test_hear_keyboard_interrupt.py: - bumped CC year to 2025 Changes in file tests/test_hear_server.py: - bumped CC year to 2025 Changes in file tests/test_hear_server_activate.py: - bumped CC year to 2025 Changes in file tests/test_install_requires.py: - bumped CC year to 2025 Changes in file tests/test_manifest.py: - bumped CC year to 2025 Changes in file tests/test_usage.py: - bumped CC year to 2025
1 parent e81581f commit 39b1dd7

40 files changed

+51
-49
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ This is the checklist that I try to go through for every single pull request tha
132132

133133
- [ ] reads:
134134

135-
> Copyright (c) 2017-2024, Author
135+
> Copyright (c) 2017-2025, Author
136136
137137

138138
## Close Issues

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2017-2024, Mr. Walls
3+
Copyright (c) 2017-2025, Mr. Walls
44

55
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -36,7 +36,7 @@ You may obtain a copy of the License at
3636
### Files: `.github/workflows/markdown-lint.yml`, and `.github/workflows/yaml-lint.yml`
3737

3838
***
39-
Copyright (c) 2017-2024, Your Mileage May Vary
39+
Copyright (c) 2017-2025, Your Mileage May Vary
4040
ALSO Licensed under MIT
4141
You may obtain a copy of the License at
4242
[MIT License](http://www.github.com/reactive-firewall/ymmv/LICENSE.md)

Makefile

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

33
# Python Multicast Repo
44
# ..................................
5-
# Copyright (c) 2017-2024, Mr. Walls
5+
# Copyright (c) 2017-2025, Mr. Walls
66
# ..................................
77
# Licensed under MIT (the "License");
88
# you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Next-steps and bug-fixes are tracked [Here](https://github.com/users/reactive-fi
152152

153153
## License
154154

155-
### Copyright (c) 2021-2024, Mr. Walls
155+
### Copyright (c) 2021-2025, Mr. Walls
156156

157157
This project is licensed under the MIT License. See the
158158
[LICENSE.md](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md) file for

docs/CI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ acceptable for production use.
3737

3838
```mermaid
3939
%%{init: { 'gitGraph': {'mainBranchName': 'master'}} }%%
40-
gitGraph;
40+
gitGraph:
4141
commit id: "start"
4242
branch master
4343
checkout master
@@ -102,6 +102,6 @@ make clean ; # cleans up for next test
102102

103103
***
104104

105-
#### Copyright (c) 2021-2024, Mr. Walls
105+
#### Copyright (c) 2021-2025, Mr. Walls
106106

107107
[MIT License](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ work so far as this Multicast module is concerned.
252252

253253
***
254254

255-
#### Copyright (c) 2021-2024, Mr. Walls
255+
#### Copyright (c) 2021-2025, Mr. Walls
256256

257257
[MIT License](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)

docs/Makefile

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

33
# Makefile for Sphinx documentation
44
# ..................................
5-
# Copyright (c) 2024, Mr. Walls
5+
# Copyright (c) 2025, Mr. Walls
66
# ..................................
77
# Licensed under MIT (the "License");
88
# you may not use this file except in compliance with the License.

docs/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ received multicast datagrams.
146146

147147
***
148148

149-
#### Copyright (c) 2021-2024, Mr. Walls
149+
#### Copyright (c) 2021-2025, Mr. Walls
150150

151151
[MIT License](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# sample documentation build configuration file, created by
44
# sphinx-quickstart on Mon Apr 16 21:22:43 2012.
55

6-
# Copyright (c) 2012-2024, Mr. Walls
6+
# Copyright (c) 2012-2025, Mr. Walls
77

88
# This file is execfile()d with the current directory set to its containing dir.
99

@@ -80,7 +80,7 @@
8080

8181
# General information about the project.
8282
project = "multicast"
83-
copyright = "2017-2024, reactive-firewall"
83+
copyright = "2017-2025, reactive-firewall"
8484

8585
# The version info for the project yo"re documenting, acts as replacement for
8686
# |version| and |release|, also used in various other places throughout the
@@ -89,7 +89,7 @@
8989
# The short X.Y version.
9090
version = "v2.0"
9191
# The full version, including alpha/beta/rc tags.
92-
release = "v2.0.0"
92+
release = "v2.0.1"
9393

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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Jump directly to the [Quickstart](./toc)
1414

1515
---
1616

17-
### Copyright (c) 2021-2024, Mr. Walls
17+
### Copyright (c) 2021-2025, Mr. Walls
1818

1919
[![License - MIT](https://img.shields.io/github/license/reactive-firewall/multicast.svg?maxAge=3600)](https://github.com/reactive-firewall/multicast/blob/stable/LICENSE.md)

0 commit comments

Comments
 (0)