Skip to content

Commit

Permalink
Bump to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed May 23, 2015
1 parent 29005ea commit 9ed2b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.8.0] - 23-05-2015
### Added
- List classes (enumerate, itemize, description)
- Arguments for plt.savefig
Expand Down Expand Up @@ -94,7 +95,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix package delegation with duplicate packages


[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.7.1...HEAD
[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/JelteF/PyLaTeX/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/JelteF/PyLaTeX/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/JelteF/PyLaTeX/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/JelteF/PyLaTeX/compare/v0.6...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
extras['all'] = list(set([req for reqs in extras.values() for req in reqs]))

setup(name='PyLaTeX',
version='0.7.1',
version='0.8.0',
author='Jelte Fennema',
author_email='[email protected]',
description='A Python library for creating LaTeX files',
Expand Down

0 comments on commit 9ed2b8c

Please sign in to comment.