Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Jan 14, 2022
1 parent 33e71ea commit 3d78723
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/),

## [0.2.14]
### Changed
* Only has support for Matplotlib's pyqt5 backend now.

## [0.2.13]
### Changed
* GUI has a window title of "SolarAnnotator" that gets update with the current file's time when loaded,
Expand Down Expand Up @@ -65,6 +69,7 @@ previously did not work when a new image was made. Now it does.
## [0.2.4]
First stable release. Not all features added.

[0.2.13]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.14
[0.2.13]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.13
[0.2.12]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.12
[0.2.11]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name='solarannotator',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.2.13',
version='0.2.14',
packages=['solarannotator'],
url='',
license='',
Expand Down

0 comments on commit 3d78723

Please sign in to comment.