Skip to content

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MKuranowski committed Jul 28, 2024
1 parent 285297f commit 313dfc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


v2.0.0 (to be published)
------------------------
v2.0.0 (2024-07-28)
-------------------

* Initial ``v2`` rewrite of the library
2 changes: 1 addition & 1 deletion pyroutelib3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = "Mikołaj Kuranowski"
__copyright__ = "© Copyright 2024 Mikołaj Kuranowski"
__license__ = "GPL-3.0-or-later"
__version__ = "2.0.0-pre1"
__version__ = "2.0.0"
__email__ = "mkuranowski+pypackages@gmail.com"

from . import nx, osm, protocols
Expand Down

0 comments on commit 313dfc2

Please sign in to comment.