Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 24, 2013
1 parent c13bda3 commit e92ce35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Here you can find the recent changes to tmuxp.
be reimplemented fresh.
- [cli] check for ``oh-my-zsh`` when using ``$SHELL`` ``zsh``. Prompt if
``DISABLE_AUTO_TITLE`` is unset or set to ``true``.
- [cli] tmuxp can now ``$ tmuxp convert <file>`` from JSON <=> YAML, back
and forth.
- [docs] New examples in JSON. Update the :ref:`examples` page in the
docs.
- [dev] ``.tmuxp.json`` now exists as a config for tmuxp development and
as an example.


2013-10-23
----------
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

import logging

__version__ = '0.0.11-dev'
__version__ = '0.0.12-dev'

0 comments on commit e92ce35

Please sign in to comment.