Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
 - bumped version
 - some minor cleanup
  • Loading branch information
open-dynaMIX committed May 20, 2019
1 parent e1948c8 commit 7d334cc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# v2.3.0

## Features
- Add tests with 100% coverage
- Introduce [black](https://github.com/python/black)
- Introduce [isort](https://github.com/timothycrosley/isort)
- Introduce [flake8](https://gitlab.com/pycqa/flake8)
- Use Travis CI to ensure and enforce all of the above


# v2.2.1

# Fixes
## Fixes
- `--leave-fullscreen` doesn't work if no workspace has been provided #30


# v2.2.0

# Features
## Features
- Add flag to disable existing fullscreen #27
- Rename --init-workspace to --target-workspace #28


# v2.1.0

# Features
## Features
- Added flag to set initial workspace #15
- Move created windows to expected workspace #16
- Window cycling #17
Expand Down
2 changes: 1 addition & 1 deletion raiseorlaunch/raiseorlaunch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__title__ = "raiseorlaunch"
__description__ = "A run-or-raise-application-launcher for i3 window manager."
__version__ = "2.2.1"
__version__ = "2.3.0"
__license__ = "MIT"
__author__ = "Fabio Rämi"

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@

setup(
name="raiseorlaunch",
version="2.2.1",
version="2.3.0",
description="A run-or-raise-application-launcher for i3 window manager.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/open-dynaMIX/raiseorlaunch",
author="Fabio Rämi",
author_email="[email protected]",
license="MIT",
classifiers=[
"Development Status :: 4 - Beta",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ deps=
py{35,36,37}: pytest-mock
flake8: flake8
flake8: flake8-isort
isort: pytest
black: black
commands=
py{35,36,37}: python -m pytest --cov=raiseorlaunch --cov-report=term-missing --no-cov-on-fail -r a -vv
Expand Down

0 comments on commit 7d334cc

Please sign in to comment.