Skip to content

Commit d22fb5b

Browse files
committed
Bump to v0.7.0
1 parent 33d0185 commit d22fb5b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.0] - 17-03-2015
68
### Added
79
- Matplotlib support
810
- Quite a bit of basic docstrings
@@ -47,7 +49,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4749
### Fixed
4850
- Fix package delegation with duplicate packages
4951

50-
[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.6.1...HEAD
52+
[unreleased]: https://github.com/JelteF/PyLaTeX/compare/v0.7.0...HEAD
53+
[0.7.0]: https://github.com/JelteF/PyLaTeX/compare/v0.6.1...v0.7.0
5154
[0.6.1]: https://github.com/JelteF/PyLaTeX/compare/v0.6...v0.6.1
5255
[0.6]: https://github.com/JelteF/PyLaTeX/compare/v0.5...v0.6
5356
[0.5]: https://github.com/JelteF/PyLaTeX/compare/v0.4.2...v0.5

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LaTeX.
99
### Features
1010

1111
- Document generation and compilation
12-
- Section, table, math, figure and package classes
12+
- Section, table, math, figure, matplotlib and package classes
1313
- A matrix class that can compile NumPy ndarrays and matrices to LaTeX
1414
- Very exstensible base classes that you can use to easily add new features
1515
- Contextmanager style class hierarchy

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
--------
1212
1313
- Document generation and compilation
14-
- Section, table, math, figure and package classes
14+
- Section, table, math, figure, matplotlib and package classes
1515
- A matrix class that can compile NumPy ndarrays and matrices to LaTeX
1616
- Very exstensible base classes that you can use to easily add new features
1717
- Contextmanager style class hierarchy
@@ -180,7 +180,7 @@
180180
extras['all'] = list(set([req for reqs in extras.values() for req in reqs]))
181181

182182
setup(name='PyLaTeX',
183-
version='0.6.1',
183+
version='0.7.0',
184184
author='Jelte Fennema',
185185
author_email='pylatex@jeltef.nl',
186186
description='A Python library for creating LaTeX files',

0 commit comments

Comments
 (0)