Skip to content

Commit

Permalink
Prepare release 0.13.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Nov 10, 2021
1 parent 23dd8e6 commit f63dfe7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## WIP
## Version 0.13.0 (2021-11-10)

* Dropped Python 2.7 / 3.5 support
* Dependencies:
- Dropped Python 2 (2.7) support.
- Added support for Python 3.10 and dropped 3.5
- Dependency on `lark-parser` upgraded to recent versions.
* Tests:
- Dependency on Pytest upgraded.
- Added new pre-commit hooks and updated various versions of existing hooks.
* Miscellaneous:
- Added Nox support.

## Version 0.12.0 (2021-09-02)

Expand Down
1 change: 0 additions & 1 deletion src/decaylanguage/dec/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
Collection of enums and info to help characterising .dec decay files.
"""

# Backport needed if Python 2 is used
from enum import IntEnum


Expand Down

0 comments on commit f63dfe7

Please sign in to comment.