Skip to content

MyCaesarCipher-0.3.0

Choose a tag to compare

@schlopp96 schlopp96 released this 12 Feb 09:42
· 2 commits to master since this release
114f884

MyCaesarCipher v0.3.0

Update Release Notes


  • Changed CaesarCipher.encrypt formatting output
  • Updated README.md
  • Added Python 3.11.1 to "setup.py" classifiers
  • Changed CaesarCipher.decrypt() return type
  • Var name changes
  • Changed output formatting of results
  • Updated test cases
  • Finished adding type hints to tests
  • Improved docstrings
  • Fixed missing type hinting in main.py.