Skip to content

Commit 6fdfe22

Browse files
committed
Release 0.0.6 version
1 parent fc3422b commit 6fdfe22

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Versions
22
========
33

4+
0.0.6
5+
=========
6+
7+
_Release date: 2020-04-26_
8+
9+
- Define public interfaces provided by a package
410

511
0.0.5
612
=========

uyaml/__init__.py

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

66
__author__: str = "Volodymyr Yahello"
77
__email__: str = "vyahello@gmail.com"
8-
__version__: str = "0.0.5"
8+
__version__: str = "0.0.6"
99

1010
__all__: Tuple[str, ...] = (
1111
"File",

0 commit comments

Comments
 (0)