Skip to content

Commit 9bb67d2

Browse files
committed
chore: updated python-minifier
1 parent 1ed2a21 commit 9bb67d2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
This file documents any relevant changes.
4+
## [0.6.3] - 2022-01-21
5+
- feat: Updated python-minifier to allow Python 3.10
6+
47
## [0.6.2] - 2022-01-21
58
- feat: Autocompletion for bash and zsh
69

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ packages = find:
2020
python_requires = >=3.9
2121
install_requires =
2222
watchgod==0.7
23-
python-minifier==2.4.2
23+
python-minifier==2.5.0
2424
app_server==0.7.2
2525
click==8.0.3
2626
pipfile-requirements==0.3.0

src/viur_cli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.2"
1+
__version__ = "0.6.3"

0 commit comments

Comments
 (0)