From a779649cadbe9f9aee8c8668e8d927b17ef12e76 Mon Sep 17 00:00:00 2001 From: Santiago Badia Date: Sun, 26 Apr 2020 19:16:20 +1000 Subject: [PATCH] Update NEWS.md --- .gitignore | 1 + NEWS.md | 2 +- Project.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0ed0dab83..783b4baef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .DS_Store docs/build/ Manifest.toml +tmp/ diff --git a/NEWS.md b/NEWS.md index c3ad4a79c..7cb380a98 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.9.2] - 2020-4-26 ### Added diff --git a/Project.toml b/Project.toml index 6633bdb42..fca9ac916 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Gridap" uuid = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e" authors = ["Santiago Badia ", "Francesc Verdugo "] -version = "0.9.1" +version = "0.9.2" [deps] BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"