Skip to content

Commit 756ce2f

Browse files
committed
v0.1.1
1 parent b209a9b commit 756ce2f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

66
setuptools.setup(
77
name="faker_clickstream",
8-
version="0.1.0",
8+
version="0.1.1",
99
author="Christos Natsis",
1010
author_email="christos_na@hotmail.com",
1111
description="Clickstream Faker Provider for Python.",

0 commit comments

Comments
 (0)