Skip to content

Commit

Permalink
v1.23
Browse files Browse the repository at this point in the history
Also: attempting a fix for what documented in setuptools issue 4483
  • Loading branch information
pierky committed Jul 29, 2024
1 parent 50e3f52 commit 79ed5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pierky/arouteserver/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.23-alpha5" # pragma: no cover
__version__ = "1.23.0" # pragma: no cover
COPYRIGHT_YEAR = 2024 # pragma: no cover
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ aggregate6~=1.0
Jinja2>=3.0.0, <4.0
PyYAML>=6.0, <7.0
requests>=2.18.4, <3.0
packaging~=21.0
packaging~=24.0
urllib3>=1.26.0

0 comments on commit 79ed5dc

Please sign in to comment.