Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyHerself committed Oct 30, 2020
1 parent 01f7ca8 commit e0c5fd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.9.10]
### Changed
- Add missing "inhibits weapon attack" field in model_collision definition.
- Fix burst_return_length being incorrectly marked as seconds insteaf of world units.

## [2.9.9]
### Changed
- Updated xbox model struct for invader
Expand Down
4 changes: 2 additions & 2 deletions reclaimer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# ##############
__author__ = "Sigmmma"
# YYYY.MM.DD
__date__ = "2020.09.23"
__version__ = (2, 9, 9)
__date__ = "2020.10.30"
__version__ = (2, 9, 10)
__website__ = "https://github.com/Sigmmma/reclaimer"
__all__ = (
"animation", "bitmaps", "h2", "h3", "halo_script", "hek", "meta", "misc",
Expand Down

0 comments on commit e0c5fd5

Please sign in to comment.