Skip to content

Commit 96a0132

Browse files
committed
Update version and changelog
1 parent 4c0678c commit 96a0132

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/source/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
#######################################
33

4+
1.1.0
5+
=======================================
6+
7+
- Update documentation to say that alt tags are required for images.
8+
- Update old examples in the documentation
9+
- Update minimum Python version to 3.8, as 3.7 was causing issues with our linter.
10+
- Update sphinx from 4.0.2 to 4.2.0.
11+
412
1.0.1
513
=======================================
614

verto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# flake8: noqa
22
from .Verto import Verto
33

4-
__version__ = '1.0.1'
4+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)