Skip to content

Commit

Permalink
Bump version: 2.2.1 → 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarn committed Jan 5, 2023
1 parent 88b7da1 commit 29856d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ajenti-core/aj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import signal
import subprocess

__version__ = '__version__ = '2.2.1''
__version__ = '__version__ = '2.2.2''

# Global state

Expand Down
2 changes: 1 addition & 1 deletion ajenti-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='aj',
version='2.2.1',
version='2.2.2',
python_requires='>=3',
install_requires=__requires,
description='Web UI base toolkit',
Expand Down
4 changes: 2 additions & 2 deletions ajenti-panel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ def run(self):

setup(
name='ajenti-panel',
version='2.2.1',
version='2.2.2',
python_requires='>=3',
install_requires=[
'aj==2.2.1',
'aj==2.2.2',
'pyyaml',
'requests',
],
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.1
current_version = 2.2.2
commit = True
tag = True

Expand Down

0 comments on commit 29856d1

Please sign in to comment.