Skip to content

Commit

Permalink
"Release 0.6.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed May 31, 2021
1 parent 71eeec6 commit 0e38ce3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = "Release {new_version}"
current_version = 0.5.0
current_version = 0.6.0

[bumpversion:file:setup.cfg]
search = version = {current_version}
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
CHANGELOG
=========

unreleased
0.6.0
----------

Feature
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = port-for
version = 0.5.0
version = 0.6.0
url = https://github.com/kmike/port-for/
description = Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
long_description = file: README.rst, CHANGES.rst
Expand Down
2 changes: 1 addition & 1 deletion src/port_for/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "0.5.0"
__version__ = "0.6.0"

from ._ranges import UNASSIGNED_RANGES
from .api import (
Expand Down

0 comments on commit 0e38ce3

Please sign in to comment.