Skip to content

Commit

Permalink
New pre-alpha release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-bunn committed Oct 24, 2017
1 parent 8966935 commit e9c27a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -6,7 +6,11 @@ All notable changes to `SandPaper <https://github.com/stephen-bunn/sandpaper/>`_

The format is based on `Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_ and this project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.

`0.0.2`_ (*unreleased*)
`0.0.3`_ (*unreleased*)
-----------------------


`0.0.2`_ (*2017-10-24*)
-----------------------
* adding even more badges to the README
* adding documentation improvements (linking rules to function references)
Expand All @@ -25,6 +29,7 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_
* fixed the project's base structure for PY2 compatability


.. _0.0.2: https://github.com/stephen-bunn/sandpaper
.. _0.0.3: https://github.com/stephen-bunn/sandpaper/
.. _0.0.2: https://github.com/stephen-bunn/sandpaper/releases/tag/v0.0.2
.. _0.0.1: https://github.com/stephen-bunn/sandpaper/releases/tag/v0.0.1
.. _0.0.0: https://github.com/stephen-bunn/sandpaper/releases/tag/v0.0.0
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.1'
version = '0.0.2'
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
release = '0.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion sandpaper/__version__.py
Expand Up @@ -10,7 +10,7 @@

__name__ = 'sandpaper'
__description__ = 'Simplified table-type data normalization'
__version__ = '0.0.1'
__version__ = '0.0.2'
__author__ = 'Stephen Bunn'
__contact__ = 'stephen@bunn.io'
__license__ = 'MIT License'

0 comments on commit e9c27a8

Please sign in to comment.