Skip to content

Commit

Permalink
Version 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteSnipers committed Mar 6, 2024
1 parent a03d4e0 commit ff64329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog


### 0.7.11
- CHANGE: Updated package listing
- CHANGE: Some minor changes

### 0.7.10
- CHANGE: Updated zsh plugin
- CHANGE: Some minor changes
Expand Down
2 changes: 1 addition & 1 deletion mpt/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from mpt import functions

__version__ = '0.7.10'
__version__ = '0.7.11'

from mpt import settings, logger
from mpt.config import Config
Expand Down

0 comments on commit ff64329

Please sign in to comment.