Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit ecbb59e

Browse files
author
bweigel
committed
[Release 0.1.0]
renaming to python-aws-dataclasses
1 parent 4c90c0e commit ecbb59e

28 files changed

+54
-22
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@ CHANGES
2525
0.0.4 (2018-04-22)
2626
==================
2727

28-
* some bugfixes
28+
* some bugfixes
29+
30+
0.1.0 (2018-08-03)
31+
==================
32+
33+
* rename package to make it more relatable to the problem it tries to solve
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from collections import namedtuple
22
from typing import Dict
33

4-
from lawip.log import get_logger
4+
from aws_dataclasses.log import get_logger
55

66
LOG = get_logger(__name__)
77

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)