Skip to content

Commit

Permalink
Release v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Nickerl committed Jun 23, 2018
1 parent 6e1452d commit d22ea32
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## Unreleased
## v0.13.6: June 23, 2018
##### Bugfixes
- Manpage is now parsable by lexgrog
- Manpage of sodalite is now parsable by lexgrog
##### Misc
- Add manpage for sodalite-open

## v0.13.5: June 23, 2018
##### Misc
Expand Down
Binary file modified docs/sodalite-open.1.gz
Binary file not shown.
Binary file modified docs/sodalite.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sodalite/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from core.entry import Entry
from util import environment

VERSION = 'sodalite v0.13.5'
VERSION = 'sodalite v0.13.6'


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit d22ea32

Please sign in to comment.