From ca40e77ad68eb870e14c10ad22ce1472398bd050 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Sat, 21 Mar 2015 23:28:20 +0100 Subject: [PATCH] Bump to v0.7.1 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a90ea63a..d7e8a365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + +## [0.7.1] ### Added - Contributing guidelines. @@ -60,7 +62,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fix package delegation with duplicate packages -[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.7.0...HEAD +[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.7.1...HEAD +[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 [0.6]: https://github.com/JelteF/PyLaTeX/compare/v0.5...v0.6 diff --git a/setup.py b/setup.py index cd238d19..7863b0ab 100644 --- a/setup.py +++ b/setup.py @@ -181,7 +181,7 @@ extras['all'] = list(set([req for reqs in extras.values() for req in reqs])) setup(name='PyLaTeX', - version='0.7.0', + version='0.7.1', author='Jelte Fennema', author_email='pylatex@jeltef.nl', description='A Python library for creating LaTeX files',