Skip to content

Commit dbacd9a

Browse files
committed
Release 0.2.6
1 parent 569724f commit dbacd9a

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.6] - 2020-07-30
99

10-
### Added
1110
### Changed
1211

1312
- SGT Puzzles Collection has moved to GitHub and Transifex!
@@ -19,13 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1918
- Updated README and URLs
2019
- Migrated NEWS to CHANGELOG.md
2120

22-
### Deprecated
23-
### Removed
2421
### Fixed
2522

2623
- Syntax issues in SgtLauncher.py (#2)
2724

28-
### Security
2925
### Translation Updates
3026

3127
Chinese (China), Danish, Lithuanian, Ukrainian
@@ -105,7 +101,8 @@ Kurdish, Polish, Spanish
105101

106102
- Initial release
107103

108-
[unreleased]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.5...HEAD
104+
[unreleased]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.6...HEAD
105+
[0.2.6]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.5...sgt-launcher-0.2.6
109106
[0.2.5]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.4...sgt-launcher-0.2.5
110107
[0.2.4]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.3...sgt-launcher-0.2.4
111108
[0.2.3]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.2...sgt-launcher-0.2.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def run(self):
284284

285285
DistUtilsExtra.auto.setup(
286286
name='sgt-launcher',
287-
version='0.2.5',
287+
version='0.2.6',
288288
license='GPL-3+',
289289
author='Sean Davis',
290290
author_email='[email protected]',

sgt-launcher.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SGT-LAUNCHER "1" "February 2020" "sgt-launcher 0.2" "User Commands"
1+
.TH SGT-LAUNCHER "1" "July 2020" "sgt-launcher 0.2" "User Commands"
22
.SH NAME
33
sgt-launcher \- launcher for Simon Tatham's Portable Puzzle Collection
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)