Skip to content

Commit ca40e77

Browse files
committed
Bump to v0.7.1
1 parent e26070b commit ca40e77

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
6+
7+
## [0.7.1]
68
### Added
79
- Contributing guidelines.
810

@@ -60,7 +62,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6062
### Fixed
6163
- Fix package delegation with duplicate packages
6264

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
6467
[0.7.0]: https://github.com/JelteF/PyLaTeX/compare/v0.6.1...v0.7.0
6568
[0.6.1]: https://github.com/JelteF/PyLaTeX/compare/v0.6...v0.6.1
6669
[0.6]: https://github.com/JelteF/PyLaTeX/compare/v0.5...v0.6

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.0',
184+
version='0.7.1',
185185
author='Jelte Fennema',
186186
author_email='pylatex@jeltef.nl',
187187
description='A Python library for creating LaTeX files',

0 commit comments

Comments
 (0)