Skip to content

Commit

Permalink
Versioning: Semantic Versioning 2.0.0 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-brajer committed Dec 8, 2020
1 parent 7d47ae8 commit 682a722
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ creation.

This way to see the [documentation](https://card-assembler.readthedocs.io/en/latest/).

Versioning follows [Semantic Versioning 2.0.0](https://semver.org/).

# Features

* Gimp tools: single-colour layer, textbox, import layers from a given
Expand Down
8 changes: 5 additions & 3 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Card Assembler overview
.. |Releases| image:: https://img.shields.io/github/v/release/martin-brajer/card-assembler
:target: https://github.com/martin-brajer/card-assembler/releases

Card Assembler is a free and open-source plug-in for Gimp. Assembles an
image according to an XML file blueprint. Meant for board game card
creation.
Card Assembler is a free and open-source plug-in for
`Gimp <https://www.gimp.org/>`_. Assembles an image according to an XML file
blueprint. Meant for board game card creation.

Versioning follows `Semantic Versioning 2.0.0 <https://semver.org/>`_.

Features
--------
Expand Down
3 changes: 3 additions & 0 deletions src/blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
Read an XML file and produce a layout list, which is then used
by the main script :mod:`cardassembler`.
Special variable :data:`__version__` is defined here.
.. note::
Run this script directly to run a :mod:`unittest`.
"""
#: Versioning follows `Semantic Versioning 2.0.0 <https://semver.org/>`_.
__version__ = '1.4.0'

import unittest
Expand Down

0 comments on commit 682a722

Please sign in to comment.