Skip to content

Commit

Permalink
Bump to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Mar 21, 2015
1 parent e26070b commit ca40e77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
description='A Python library for creating LaTeX files',
Expand Down

0 comments on commit ca40e77

Please sign in to comment.