Commit 9ed2b8c 1 parent 29005ea commit 9ed2b8c Copy full SHA for 9ed2b8c
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased] [ unreleased ]
7
7
8
+ ## [ 0.8.0] - 23-05-2015
8
9
### Added
9
10
- List classes (enumerate, itemize, description)
10
11
- Arguments for plt.savefig
@@ -94,7 +95,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
94
95
- Fix package delegation with duplicate packages
95
96
96
97
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
98
100
[ 0.7.1 ] : https://github.com/JelteF/PyLaTeX/compare/v0.7.0...v0.7.1
99
101
[ 0.7.0 ] : https://github.com/JelteF/PyLaTeX/compare/v0.6.1...v0.7.0
100
102
[ 0.6.1 ] : https://github.com/JelteF/PyLaTeX/compare/v0.6...v0.6.1
Original file line number Diff line number Diff line change 181
181
extras ['all' ] = list (set ([req for reqs in extras .values () for req in reqs ]))
182
182
183
183
setup (name = 'PyLaTeX' ,
184
- version = '0.7.1 ' ,
184
+ version = '0.8.0 ' ,
185
185
author = 'Jelte Fennema' ,
186
186
author_email = 'pylatex@jeltef.nl' ,
187
187
description = 'A Python library for creating LaTeX files' ,
You can’t perform that action at this time.
0 commit comments