Skip to content

Commit

Permalink
Merge branch 'release/1.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Feb 21, 2017
2 parents 1366309 + 261cdd9 commit c89f2ac
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
@@ -1,4 +1,37 @@

1.2.0
-----

Pull Requests

- (@kaspar030) #64, enable python 3 input decoding
https://github.com/ralphbean/ansi2html/pull/64
- (@gberaudo) #67, Fix handling cursor move up with unique and empty lines
https://github.com/ralphbean/ansi2html/pull/67
- (@AloisMahdal) #68, Give more useful TaskWarrior example
https://github.com/ralphbean/ansi2html/pull/68
- (@karjaneth) #69, Update style.py
https://github.com/ralphbean/ansi2html/pull/69
- (@JensTimmerman) #73, Revert "six is called six, not python-six"
https://github.com/ralphbean/ansi2html/pull/73

Commits

- d6e4bc0aa enable python 3 input decoding
https://github.com/ralphbean/ansi2html/commit/d6e4bc0aa
- 1e6a3b81f Fix handling cursor move up with unique and empty lines
https://github.com/ralphbean/ansi2html/commit/1e6a3b81f
- 46e480143 Give more useful TaskWarrior example
https://github.com/ralphbean/ansi2html/commit/46e480143
- 0c975b60b Update style.py
https://github.com/ralphbean/ansi2html/commit/0c975b60b
- 168805a00 Revert "six is called six, not python-six"
https://github.com/ralphbean/ansi2html/commit/168805a00
- 90c8c2303 Tox for tests.
https://github.com/ralphbean/ansi2html/commit/90c8c2303
- 1366309e1 Merge branch 'develop' of github.com:ralphbean/ansi2html into develop
https://github.com/ralphbean/ansi2html/commit/1366309e1

1.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -68,7 +68,7 @@
['man/ansi2html.1'],
))

version = '1.1.1'
version = '1.2.0'

if '--version' in sys.argv:
print(version)
Expand Down

0 comments on commit c89f2ac

Please sign in to comment.