Skip to content

Commit 8d68685

Browse files
committed
Release version 1.0.0
1 parent ac47fa0 commit 8d68685

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

docs/source/changelog.rst

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
Change Log
22
==========
33

4-
All notable changes to this project will be documented on this page.
5-
This project adheres to `Semantic Versioning <http://semver.org/>`_.
6-
7-
8-
Unreleased_
9-
-----------
10-
This realease will bring some great changes. The whole package has been
11-
refactored and actual documentation has been added. Because of this, things
12-
have been moved an renamed.
4+
All notable changes to this project will be documented on this page. This
5+
project adheres to `Semantic Versioning <http://semver.org/>`_. See the
6+
`latest docs <../latest/>`_ for changes that have not yet been released and are
7+
only present in the development version.
8+
9+
1.0.0_ - `docs <../v1.0.0/>`__ - 2015-11-25
10+
-------------------------------------------
11+
This realease brings some great changes. The whole package has been refactored
12+
and actual documentation has been added. Because of this, things have been
13+
moved an renamed. One of the most notable changes is that all normal text is
14+
now escaped by default.
1315

1416
Changed
1517
~~~~~~~
@@ -267,7 +269,8 @@ Fixed
267269
- Fix package delegation with duplicate packages
268270

269271

270-
.. _Unreleased: https://github.com/JelteF/PyLaTeX/compare/v0.8.0...HEAD
272+
.. _Unreleased: https://github.com/JelteF/PyLaTeX/compare/v1.0.0...HEAD
273+
.. _1.0.0: https://github.com/JelteF/PyLaTeX/compare/v0.8.0...v1.0.0
271274
.. _0.8.0: https://github.com/JelteF/PyLaTeX/compare/v0.7.1...v0.8.0
272275
.. _0.7.1: https://github.com/JelteF/PyLaTeX/compare/v0.7.0...v0.7.1
273276
.. _0.7.0: https://github.com/JelteF/PyLaTeX/compare/v0.6.1...v0.7.0

setup.py

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

7777

7878
setup(name='PyLaTeX',
79-
version='0.8.0',
79+
version='1.0.0',
8080
author='Jelte Fennema',
8181
author_email='[email protected]',
8282
description='A Python library for creating LaTeX files and snippets',

0 commit comments

Comments
 (0)