Skip to content

Commit d227c95

Browse files
committed
Release version 1.1.0
1 parent a0ce233 commit d227c95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/source/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ This version might not be stable, but to install it use::
1414

1515
pip install git+https://github.com/JelteF/PyLaTeX.git
1616

17+
1.1.0_ - `docs <../v1.1.0/>`__ - 2016-12-09
18+
-------------------------------------------
19+
1720
Changed
1821
~~~~~~~
1922
- Allow overriding of the default numbering of `.Section` class.
@@ -355,6 +358,7 @@ Fixed
355358

356359

357360
.. _Unreleased: https://github.com/JelteF/PyLaTeX/compare/v1.0.0...HEAD
361+
.. _1.1.0: https://github.com/JelteF/PyLaTeX/compare/v1.0.0...v1.1.0
358362
.. _1.0.0: https://github.com/JelteF/PyLaTeX/compare/v0.8.0...v1.0.0
359363
.. _0.8.0: https://github.com/JelteF/PyLaTeX/compare/v0.7.1...v0.8.0
360364
.. _0.7.1: https://github.com/JelteF/PyLaTeX/compare/v0.7.0...v0.7.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def convert_to_py2():
7777

7878

7979
setup(name='PyLaTeX',
80-
version='1.0.0',
80+
version='1.1.0',
8181
author='Jelte Fennema',
8282
author_email='[email protected]',
8383
description='A Python library for creating LaTeX files and snippets',

0 commit comments

Comments
 (0)