Skip to content

Commit 0b5d758

Browse files
committed
Bump version 0.8.0
Signed-off-by: Oz Tiram <[email protected]>
1 parent eed4255 commit 0b5d758

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.8.0 (2023-03-03)
2+
==================
3+
4+
* Drop spinner
5+
* Drop deprecated functions
6+
* Drop ability to import all from the package,
7+
instead user from ``vistir.<module>``.
8+
19
0.7.0 (2022-10-11)
210
==================
311

src/vistir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding=utf-8 -*-
22

3-
__version__ = "0.7.6.dev0"
3+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)