Skip to content

Commit

Permalink
0.6.1 (2022-11-01)
Browse files Browse the repository at this point in the history
------------------
* [fix] py.typed
  • Loading branch information
vprusakovs committed Nov 1, 2022
1 parent bf6c435 commit 4175434
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
CHANGELOG
=========

0.6.1 (2022-11-01)
------------------
* [fix] py.typed


0.6.0 (2022-11-01)
------------------
* [rename] Interface4 > Intf
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ or install the package from github.com release

.. code:: bash
pip install https://github.com/vladimirs-git/netports/archive/refs/tags/0.6.0.tar.gz
pip install https://github.com/vladimirs-git/netports/archive/refs/tags/0.6.1.tar.gz
or install the package from github.com repository

.. code:: bash
pip install git+https://github.com/vladimirs-git/[email protected].0
pip install git+https://github.com/vladimirs-git/[email protected].1
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "netports"
version = "0.6.0"
version = "0.6.1"
authors = [{ name="Vladimir Prusakov", email="[email protected]" }]
description = "Python tools for managing ranges of VLANs, TCP/UDP ports, IP protocols, Interfaces"
readme = "README.rst"
Expand All @@ -21,9 +21,11 @@ classifiers = [
"Homepage" = "https://github.com/vladimirs-git/netports"
"Repository" = "https://github.com/vladimirs-git/netports"
"Bug Tracker" = "https://github.com/vladimirs-git/netports/issues"
"Download URL" = "https://github.com/vladimirs-git/netports/archive/refs/tags/0.6.0.tar.gz"
"Download URL" = "https://github.com/vladimirs-git/netports/archive/refs/tags/0.6.1.tar.gz"
[tool.setuptools.packages.find]
include = ["netports"]
[tool.setuptools.package-data]
netports = ["py.typed"]
[project.optional-dependencies]
dev = [
"dictdiffer ~= 0.9",
Expand Down

0 comments on commit 4175434

Please sign in to comment.