Skip to content

Commit 3caf27c

Browse files
committed
increments version
1 parent eb9b5c5 commit 3caf27c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [0.3.1]
8+
### Fixed
9+
* Removes interpolation from thematic map display that was causing a weird outline
10+
11+
## [0.3.0]
12+
### Added
13+
* Support for GONG
14+
### Fixed
15+
* Bug that did not prompt "save as" for new files
16+
717
## [0.2.15]
818
### Fixed
919
* Should save thematic maps as uint8 instead of a larger float format
@@ -73,6 +83,8 @@ previously did not work when a new image was made. Now it does.
7383
## [0.2.4]
7484
First stable release. Not all features added.
7585

86+
[0.3.1]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.3.1
87+
[0.3.0]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.3.0
7688
[0.2.15]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.15
7789
[0.2.14]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.14
7890
[0.2.13]: https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.13

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name='solarannotator',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
14-
version='0.3.0',
14+
version='0.3.1',
1515
packages=['solarannotator'],
1616
url='',
1717
license='',

0 commit comments

Comments
 (0)