We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed2a21 commit 9bb67d2Copy full SHA for 9bb67d2
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
This file documents any relevant changes.
4
+## [0.6.3] - 2022-01-21
5
+- feat: Updated python-minifier to allow Python 3.10
6
+
7
## [0.6.2] - 2022-01-21
8
- feat: Autocompletion for bash and zsh
9
setup.cfg
@@ -20,7 +20,7 @@ packages = find:
20
python_requires = >=3.9
21
install_requires =
22
watchgod==0.7
23
- python-minifier==2.4.2
+ python-minifier==2.5.0
24
app_server==0.7.2
25
click==8.0.3
26
pipfile-requirements==0.3.0
src/viur_cli/version.py
@@ -1 +1 @@
-__version__ = "0.6.2"
+__version__ = "0.6.3"
0 commit comments