Skip to content

Commit 79ed5dc

Browse files
committed
v1.23
Also: attempting a fix for what documented in setuptools issue 4483
1 parent 50e3f52 commit 79ed5dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pierky/arouteserver/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1.23-alpha5" # pragma: no cover
16+
__version__ = "1.23.0" # pragma: no cover
1717
COPYRIGHT_YEAR = 2024 # pragma: no cover

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ aggregate6~=1.0
22
Jinja2>=3.0.0, <4.0
33
PyYAML>=6.0, <7.0
44
requests>=2.18.4, <3.0
5-
packaging~=21.0
5+
packaging~=24.0
66
urllib3>=1.26.0

0 commit comments

Comments
 (0)