Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Feb 28, 2018
1 parent a6d295a commit 80a2309
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Release History
===============

0.2 (2018-02-28)
----------------

* pyEnigma is ready for use with pipenv and pipsi.

0.1 (2017-03-15)
------------------
----------------

* first release on pypi.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ As a Python library
.. code:: python
Python 3.5.2 (default, Oct 20 2016, 10:10:10)
[GCC 6.2.0 20161005] on linux
Python 3.6.4 (default, Feb 23 2018, 13:45:58)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyenigma import enigma
>>> from pyenigma import rotor
Expand Down
4 changes: 2 additions & 2 deletions pyenigma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from . import enigma

__author__ = "Christophe Goessen, Cedric Bonhomme"
__version__ = "0.1"
__version__ = "0.2"
__date__ = "$Date: 2010/01/29 $"
__revision__ = "$Date: 2017/03/15 $"
__revision__ = "$Date: 2018/02/28 $"
__copyright__ = "Copyright (c) Christophe Goessen, Cedric Bonhomme"
__license__ = "GPLv3"

0 comments on commit 80a2309

Please sign in to comment.