Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed May 10, 2020
1 parent 60602e9 commit e0efecf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## Release History


### 0.3.0 (2020-05-11)

* new: Ringstellung feature (a ring that shifts the letters on a given rotor);
* fix: Rotor IV name (was misspelled as VI);
* fix: allow en empty plugboard;
* fix: the rotor must not advance if the character is not a letter.

Thank you to [Rene Devichi](https://github.com/rene-d).


### 0.2.4 (2020-01-27)

* Python minimal version is now 3.6.
Expand Down
2 changes: 1 addition & 1 deletion bin/enigma.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def usage():
print('\techo "Hello World" | enigma ABC ref rotor1 rotor2 rotor3 plugboard')
print("\nExample:")
print('\t$ echo "Hello World" | enigma ABC A I II III "AV BS CG DL FU HZ IN KM OW RX"')
print("\tImweq Ltzda")
print("\tQgqop Vyzxp")


def main():
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.2.3"
__version__ = "0.3.0"
__date__ = "$Date: 2010/01/29 $"
__revision__ = "$Date: 2019/12/30 $"
__revision__ = "$Date: 2020/05/11 $"
__copyright__ = "Copyright (c) Christophe Goessen, Cedric Bonhomme"
__license__ = "GPLv3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyenigma"
version = "0.2.4"
version = "0.3.0"
description = "Python Enigma cypher machine simulator."
authors = [
"Cédric Bonhomme <[email protected]>",
Expand Down

0 comments on commit e0efecf

Please sign in to comment.