Skip to content

Commit

Permalink
fix changelog of 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Varbin committed Jun 16, 2019
1 parent 6566ebc commit 584b950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
---------

(dev) Version 0.7.0, former 0.6.1; ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Version 0.7.1, former 0.6.1 / 0.7.0; Jun 16, 2018
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Improved tests
- PEP8-style formatting
Expand All @@ -14,6 +14,7 @@ Changelog
internal partition size (in bits) as per PEP-272.
- Python 3: An optional C extension improves speed upto a factor of 10.
- [BREAKING CHANGE] `block_size` and `key_size` is now in bytes.
- Skipped 0.7.0 with

(unreleased) Version 0.6.0; Oct 16, 2016
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion xtea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"MODE_CTR", "MODE_OFB", "MODE_PGP",
"key_size", "block_size")

__version__ = "0.7.0"
__version__ = "0.7.1"
__author__ = "Simon Biewald"
__email__ = "[email protected]"
__license__ = "Public Domain"
Expand Down

0 comments on commit 584b950

Please sign in to comment.