Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed May 3, 2019
1 parent 636dac3 commit 4e091b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -4,10 +4,10 @@ Changelog
=========


Version 1.y.z
Version 1.1.0
-------------

Unreleased.
Released on 2019-05-03.

- Do not append "numgrid" to install prefix within CMake.
- Install both shared and static libraries.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Expand Up @@ -4,6 +4,6 @@ authors:
- family-names: Bast
given-names: Radovan
title: numgrid
version: 1.0.2
version: 1.1.0
doi: 10.5281/zenodo.1470277
date-released: 2018-10-24
date-released: 2019-05-03
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.0a1
1.1.0
2 changes: 1 addition & 1 deletion test/test.py
Expand Up @@ -103,4 +103,4 @@ def test_h2o_grid_bse():


def test_version():
assert numgrid.get_version() == '1.1.0a1'
assert numgrid.get_version() == '1.1.0'

0 comments on commit 4e091b3

Please sign in to comment.