Skip to content

Commit 9ed2b8c

Browse files
committed
Bump to v0.8.0
1 parent 29005ea commit 9ed2b8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

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

9697

97-
[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.7.1...HEAD
98+
[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.8.0...HEAD
99+
[0.8.0]: https://github.com/JelteF/PyLaTeX/compare/v0.7.1...v0.8.0
98100
[0.7.1]: https://github.com/JelteF/PyLaTeX/compare/v0.7.0...v0.7.1
99101
[0.7.0]: https://github.com/JelteF/PyLaTeX/compare/v0.6.1...v0.7.0
100102
[0.6.1]: https://github.com/JelteF/PyLaTeX/compare/v0.6...v0.6.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
extras['all'] = list(set([req for reqs in extras.values() for req in reqs]))
182182

183183
setup(name='PyLaTeX',
184-
version='0.7.1',
184+
version='0.8.0',
185185
author='Jelte Fennema',
186186
author_email='pylatex@jeltef.nl',
187187
description='A Python library for creating LaTeX files',

0 commit comments

Comments
 (0)