Skip to content

Commit

Permalink
Bump version to 1.0.1 (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Feb 20, 2023
1 parent d74da2c commit 98e7cad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
serialize =
{major}.{minor}.{patch}
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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/),

## [1.0.1] - 2023-02-20

First version including the experimental `gt4py.next` aka *Declarative GT4Py*. The `gt4py.next` package is excluded from semantic versioning.

### Cartesian

- Parametrized dtype: see option 4 of [the gtscript concept workshop](https://github.com/GridTools/concepts/blob/master/collaboration/gtscript-workshop/GTScript-Syntax-Discussion.md#gtscript-syntax-discussed-issues-20200829])


## [1.0.0] - 2022-12-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/gt4py/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
__license__: Final = "GPL-3.0-or-later"


__version__: Final = "1.0.0"
__version__: Final = "1.0.1"
__version_info__: Final = pkg_version.parse(__version__)

0 comments on commit 98e7cad

Please sign in to comment.