Skip to content

Commit

Permalink
Bump version and add warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Nov 19, 2021
1 parent 605d787 commit 4c6e0a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/abstracts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Package:
:type: str
"""

VERSION = "3.3.9. (Teal Blauwbok: Termite)"
VERSION = "3.3.10. (Teal Blauwbok: Termite)"
"""
Sets the package version.
Expand Down
7 changes: 6 additions & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: '3.3.9. (Teal Blauwbok: Termite)'
current_version: '3.3.10. (Teal Blauwbok: Termite)'
deprecated:
- 1.0.0
- 1.2.1
Expand Down Expand Up @@ -112,6 +112,7 @@ deprecated:
- 3.0.21
- 3.1.20
- 3.2.13
- 3.10.0
force_update:
minimal_version:
- 0.0.0
Expand Down Expand Up @@ -142,3 +143,7 @@ messages:
'
type: warning
until: 3.2.2
1.0.0:
- message: '🚨 ⚠️ ⚡ 🚨 You are using a non-supported version! 🚨 ⚠️ ⚡ 🚨 '
type: warning
until: 4.0.1

0 comments on commit 4c6e0a9

Please sign in to comment.