We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56abb6c commit 091bcf0Copy full SHA for 091bcf0
CHANGELOG.md
@@ -1,4 +1,7 @@
1
## 2.2.x
2
+### 2.2.5
3
+#### Bugfix
4
+* Fixed version in *setup.py*
5
### 2.2.4
6
#### Bugfix
7
* Removed warning logging in *\_substitute_variables*
setup.py
@@ -5,7 +5,7 @@
setup(
name="routingfilter",
8
- version="2.2.3",
+ version="2.2.5",
9
packages=find_packages(include=["routingfilter", "routingfilter.*"]),
10
include_package_data=True,
11
install_requires=["IPy~=1.1", "macaddress~=2.0.2"],
0 commit comments