Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Version bumped (1.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed May 28, 2018
1 parent cd5e32b commit dec2eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## master (unreleased)
## 1.5.1 (2018-05-28)

* `pythonista_startup.py` sample - execute `main` only if `appex.is_running_extension()` is false
* Black Mamba supports Pythonista >= 3.2 & Python >= 3.6 only
Expand Down
2 changes: 1 addition & 1 deletion blackmamba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from blackmamba.log import info, error, get_level, set_level, ERROR
import blackmamba.system as system

__version__ = '1.5.0'
__version__ = '1.5.1'
__author__ = 'Robert Vojta'

_LATEST_VERSION_COMPATIBILITY_TEST = (320000, '3.2')
Expand Down

0 comments on commit dec2eeb

Please sign in to comment.