From d227c95878fcf09f689e31f984bbc6b95d5fc52a Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Fri, 9 Dec 2016 18:20:15 +0100 Subject: [PATCH] Release version 1.1.0 --- docs/source/changelog.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a7b7139f..8438a9ba 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -14,6 +14,9 @@ This version might not be stable, but to install it use:: pip install git+https://github.com/JelteF/PyLaTeX.git +1.1.0_ - `docs <../v1.1.0/>`__ - 2016-12-09 +------------------------------------------- + Changed ~~~~~~~ - Allow overriding of the default numbering of `.Section` class. @@ -355,6 +358,7 @@ Fixed .. _Unreleased: https://github.com/JelteF/PyLaTeX/compare/v1.0.0...HEAD +.. _1.1.0: https://github.com/JelteF/PyLaTeX/compare/v1.0.0...v1.1.0 .. _1.0.0: https://github.com/JelteF/PyLaTeX/compare/v0.8.0...v1.0.0 .. _0.8.0: https://github.com/JelteF/PyLaTeX/compare/v0.7.1...v0.8.0 .. _0.7.1: https://github.com/JelteF/PyLaTeX/compare/v0.7.0...v0.7.1 diff --git a/setup.py b/setup.py index 1a2d2729..9fd3005d 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def convert_to_py2(): setup(name='PyLaTeX', - version='1.0.0', + version='1.1.0', author='Jelte Fennema', author_email='pylatex@jeltef.nl', description='A Python library for creating LaTeX files and snippets',