Skip to content

Commit 091bcf0

Browse files
fixed version in setup.py (#21)
1 parent 56abb6c commit 091bcf0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## 2.2.x
2+
### 2.2.5
3+
#### Bugfix
4+
* Fixed version in *setup.py*
25
### 2.2.4
36
#### Bugfix
47
* Removed warning logging in *\_substitute_variables*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="routingfilter",
8-
version="2.2.3",
8+
version="2.2.5",
99
packages=find_packages(include=["routingfilter", "routingfilter.*"]),
1010
include_package_data=True,
1111
install_requires=["IPy~=1.1", "macaddress~=2.0.2"],

0 commit comments

Comments
 (0)