Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Muges committed Mar 11, 2018
1 parent cb5cf95 commit efc5bc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
Changelog
=========

`0.1.1`_ (2018-03-11)
---------------------

- fix various styling issues
- add --configuration-directory command line argument
- fix incompatibilies with peewee 3


`0.1`_ (2017-11-13)
---------------------

- first release

.. _0.1: https://github.com/Muges/erika/releases/tag/v0.1
.. _0.1.1: https://github.com/Muges/erika/compare/v0.1...v0.1.1
4 changes: 2 additions & 2 deletions erika/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
__appname__ = "Erika"
"""The name of the application."""

__version__ = "0.1.0"
__version__ = "0.1.1"
"""The current version of the application."""

__version_tuple__ = (0, 1, 0)
__version_tuple__ = (0, 1, 1)
"""The current version of the application as a tuple."""

0 comments on commit efc5bc2

Please sign in to comment.