We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf89ea commit fc1d1f0Copy full SHA for fc1d1f0
CHANGELOG.md
@@ -1,4 +1,9 @@
1
## 2.2.x
2
+### 2.2.9
3
+#### Bugfix
4
+* Fixed customer routing history
5
+#### Changes
6
+* Updated _check_value() method in filters
7
### 2.2.8
8
#### Bugfix
9
* Fixed a bug when an existing fields didn't match
setup.py
@@ -5,7 +5,7 @@
setup(
name="routingfilter",
- version="2.2.8",
+ version="2.2.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