Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Nov 25, 2015
1 parent ac47fa0 commit 8d68685
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Change Log
==========

All notable changes to this project will be documented on this page.
This project adheres to `Semantic Versioning <http://semver.org/>`_.


Unreleased_
-----------
This realease will bring some great changes. The whole package has been
refactored and actual documentation has been added. Because of this, things
have been moved an renamed.
All notable changes to this project will be documented on this page. This
project adheres to `Semantic Versioning <http://semver.org/>`_. See the
`latest docs <../latest/>`_ for changes that have not yet been released and are
only present in the development version.

1.0.0_ - `docs <../v1.0.0/>`__ - 2015-11-25
-------------------------------------------
This realease brings some great changes. The whole package has been refactored
and actual documentation has been added. Because of this, things have been
moved an renamed. One of the most notable changes is that all normal text is
now escaped by default.

Changed
~~~~~~~
Expand Down Expand Up @@ -267,7 +269,8 @@ Fixed
- Fix package delegation with duplicate packages


.. _Unreleased: https://github.com/JelteF/PyLaTeX/compare/v0.8.0...HEAD
.. _Unreleased: https://github.com/JelteF/PyLaTeX/compare/v1.0.0...HEAD
.. _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
.. _0.7.0: https://github.com/JelteF/PyLaTeX/compare/v0.6.1...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def convert_to_py2():


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

0 comments on commit 8d68685

Please sign in to comment.