Skip to content

Commit

Permalink
Releasing v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apocalyptech committed Oct 15, 2022
1 parent a83daed commit 1fde90d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ is currently being maintained by a third party, though:

# Changelog

**v1.0.0** - October 15, 2022
- Official 1.0 release!
- Fixed up `--fake-tvhm` to handle some edge cases, and removed `--unfinish-missions`
- Cleaned up documentation

**v0.0.16**
- New extraction and update to chaos level 100

Expand Down
2 changes: 1 addition & 1 deletion release.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Things to check before releasing:

* version in bl3save/__init__.py
* version in ttwlsave/__init__.py
* Finalized Changelog entries (update the release date!)
* CHECK THE TODO LIST, PRUNE IF NECESSARY

Expand Down
4 changes: 1 addition & 3 deletions ttwlsave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
# 3. This notice may not be removed or altered from any source distribution.

# Editor Version
__version__ = '0.0.16'
# Forked from bl3-cli-saveedit
# __version__ = '1.16.1b1'
__version__ = '1.0.0'

import enum
import math
Expand Down

0 comments on commit 1fde90d

Please sign in to comment.