Skip to content

Commit

Permalink
Bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Mar 17, 2015
1 parent 33d0185 commit d22fb5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.0] - 17-03-2015
### Added
- Matplotlib support
- Quite a bit of basic docstrings
Expand Down Expand Up @@ -47,7 +49,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.6.1...HEAD
[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.7.0...HEAD
[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
[0.5]: https://github.com/JelteF/PyLaTeX/compare/v0.4.2...v0.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LaTeX.
### Features

- Document generation and compilation
- Section, table, math, figure and package classes
- Section, table, math, figure, matplotlib and package classes
- A matrix class that can compile NumPy ndarrays and matrices to LaTeX
- Very exstensible base classes that you can use to easily add new features
- Contextmanager style class hierarchy
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--------
- Document generation and compilation
- Section, table, math, figure and package classes
- Section, table, math, figure, matplotlib and package classes
- A matrix class that can compile NumPy ndarrays and matrices to LaTeX
- Very exstensible base classes that you can use to easily add new features
- Contextmanager style class hierarchy
Expand Down Expand Up @@ -180,7 +180,7 @@
extras['all'] = list(set([req for reqs in extras.values() for req in reqs]))

setup(name='PyLaTeX',
version='0.6.1',
version='0.7.0',
author='Jelte Fennema',
author_email='[email protected]',
description='A Python library for creating LaTeX files',
Expand Down

0 comments on commit d22fb5b

Please sign in to comment.