We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b209a9b commit 756ce2fCopy full SHA for 756ce2f
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Changelog
2
+
3
+## 0.1.1 (2022-04-02)
4
5
+Features:
6
7
+ - Include more IP addresses in the list.
8
+ - Add default `Unknown` label on products with empty `os` info.
9
10
+## 0.1.0 (2022-03-29)
11
12
+Initial release.
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="faker_clickstream",
- version="0.1.0",
+ version="0.1.1",
author="Christos Natsis",
author_email="christos_na@hotmail.com",
description="Clickstream Faker Provider for Python.",
0 commit comments