Skip to content

Commit

Permalink
Update to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 2, 2018
1 parent 94b9284 commit 0ece494
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
## Version v0.3.0 (2018/09/29)
## Version 0.3.1 (2018/11/02)

### Issues Closed

* [Issue 11](https://github.com/pytroll/trollsift/issues/11) - Using the same information in two places in the template is fails with 0.3.0 ([PR 12](https://github.com/pytroll/trollsift/pull/12))

In this release 1 issue was closed.

### Pull Requests Merged

#### Bugs fixed

* [PR 12](https://github.com/pytroll/trollsift/pull/12) - Fix fields being specified multiple times in one pattern ([11](https://github.com/pytroll/trollsift/issues/11))

In this release 1 pull request was closed.

## Version 0.3.0 (2018/09/29)

### Issues Closed

* [Issue 5](https://github.com/pytroll/trollsift/issues/5) - Add custom string formatter for lower/upper support

In this release 1 issue was closed.

### Pull Requests Merged

Expand All @@ -9,7 +31,7 @@
In this release 1 pull request was closed.


## Version v0.2.1 (2018/05/22)
## Version 0.2.1 (2018/05/22)

### Issues Closed

Expand All @@ -26,7 +48,7 @@ In this release 1 issues were closed.
In this release 1 pull request was closed.


## Version v0.2.0 (2017/12/08)
## Version 0.2.0 (2017/12/08)

### Issues Closed

Expand Down
2 changes: 1 addition & 1 deletion trollsift/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Version file.
"""
__version__ = "0.4.0a0.dev0"
__version__ = "0.3.1"

0 comments on commit 0ece494

Please sign in to comment.