Skip to content

Commit

Permalink
Add release notes and bump up patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
buddly27 committed Jun 14, 2017
1 parent 11fce69 commit 91e61ee
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion doc/release_notes.rst
Expand Up @@ -4,12 +4,30 @@
Release Notes
*************

.. release:: 0.4.2
:date: 2017-06-14

.. change:: fixed
:tags: directive

Ensured that each element documented can be targeted by the standard
`Javascript roles <http://www.sphinx-doc.org/en/stable/domains.html#the-javascript-domain>`_

.. change:: changed

Added ``js_environment`` global configuration value which will be
filled automatically from the ``js_source`` global configuration via
the :mod:`champollion.parser` if not provided.

This ensure that the documentation is rebuilt when the source code is
modified.

.. release:: 0.4.1
:date: 2017-06-11

.. change:: fixed

Remove implicit relative imports within packages for compatibility
Removed implicit relative imports within packages for compatibility
with Python 3.

.. release:: 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion source/champollion/_version.py
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit 91e61ee

Please sign in to comment.