Commit ca40e77 1 parent e26070b commit ca40e77 Copy full SHA for ca40e77
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased] [ unreleased ]
6
+
7
+ ## [ 0.7.1]
6
8
### Added
7
9
- Contributing guidelines.
8
10
@@ -60,7 +62,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
60
62
### Fixed
61
63
- Fix package delegation with duplicate packages
62
64
63
- [ unreleased ] : https://github.com/JelteF/PyLaTeX/compare/v0.7.0...HEAD
65
+ [ unreleased ] : https://github.com/JelteF/PyLaTeX/compare/v0.7.1...HEAD
66
+ [ 0.7.1 ] : https://github.com/JelteF/PyLaTeX/compare/v0.7.0...v0.7.1
64
67
[ 0.7.0 ] : https://github.com/JelteF/PyLaTeX/compare/v0.6.1...v0.7.0
65
68
[ 0.6.1 ] : https://github.com/JelteF/PyLaTeX/compare/v0.6...v0.6.1
66
69
[ 0.6 ] : https://github.com/JelteF/PyLaTeX/compare/v0.5...v0.6
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.0 ' ,
184
+ version = '0.7.1 ' ,
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