Skip to content

Commit

Permalink
Declare v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorDalek1963 committed Aug 23, 2022
1 parent 37f71a1 commit 78bc2fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2022-08-23

### Added

- Qt5 and PyQt5 version numbers to the *About* dialog box
Expand Down Expand Up @@ -97,7 +99,8 @@ instead, I'll just summarize the features.
- Ability to zoom in and out of the viewport
- Add dialog to change display settings

[Unreleased]: https://github.com/DoctorDalek1963/lintrans/compare/v0.2.2...main
[Unreleased]: https://github.com/DoctorDalek1963/lintrans/compare/v0.3.0...main
[0.3.0]: https://github.com/DoctorDalek1963/lintrans/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/DoctorDalek1963/lintrans/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/DoctorDalek1963/lintrans/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/DoctorDalek1963/lintrans/compare/13600cc6ff6299dc4a8101a367bc52fe08607554...v0.2.0
2 changes: 1 addition & 1 deletion src/lintrans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

from . import crash_reporting, global_settings, gui, matrices, typing_

__version__ = '0.3.0-alpha'
__version__ = '0.3.0'

__all__ = ['crash_reporting', 'global_settings', 'gui', 'matrices', 'typing_', '__version__']

0 comments on commit 78bc2fc

Please sign in to comment.