1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

bumped version

This commit is contained in:
Bastian Venthur
2021-10-06 13:34:03 +02:00
parent 2d1d0ab302
commit 713b53d0d9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,9 +1,15 @@
# Changelog
## [unreleased]
## [1.1.0] - 2021-1006
* added Python 3.10 to list of supported versions to test against
* added dependabot to github workflows
* updated various dependencies:
* pygments 2.10.0
* sphinx 4.2.0
* twine 3.4.2
* wheel 0.37.0
* pytest 6.2.5
## [1.0.0] - 2021-08-18

View File

@@ -1 +1 @@
__VERSION__ = '1.0.0'
__VERSION__ = '1.1.0'