Skip to content

Commit 4a9cd6f

Browse files
authored
Merge pull request #32 from GPflow/develop
Release 1.0.0.
2 parents 09f15c4 + 5f6c187 commit 4a9cd6f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

HOWTO_RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
2. Update [RELEASE.md](https://github.com/GPflow/check_shapes/blob/develop/RELEASE.md).
99
- Make sure it contains up-to-date release notes for the next release.
10-
* They should cover all changes, that are visible to library userso on the `develop` branch
10+
* They should cover all changes, that are visible to library users on the `develop` branch
1111
since the most recent release.
1212
* They should make clear to users whether they might benefit from this release and what
1313
backwards incompatibilities they might face.

RELEASE.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This release contains contributions from:
3333
<INSERT>, <NAME>, <HERE>, <USING>, <GITHUB>, <HANDLE>
3434

3535

36-
# Release 0.3.0 (next upcoming release in progress)
36+
# Release 1.0.1 (next upcoming release in progress)
3737

3838
<INSERT SMALL BLURB ABOUT RELEASE FOCUS AREA AND POTENTIAL TOOLCHAIN CHANGES>
3939

@@ -66,6 +66,13 @@ This release contains contributions from:
6666
<INSERT>, <NAME>, <HERE>, <USING>, <GITHUB>, <HANDLE>
6767

6868

69+
# Release 1.0.0
70+
71+
Release version 1.0.0!
72+
73+
No actual changes from release `0.2.0`.
74+
75+
6976
# Release 0.2.0
7077

7178
This release makes `check_shapes` independent of the underlying framework.

check_shapes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
install_tfp_integration()
4242
install_torch_integration()
4343

44-
__version__ = "0.2.0"
44+
__version__ = "1.0.0"
4545

4646
__all__ = [
4747
"Dimension",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "check_shapes"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
description = "A library for annotating and checking the shapes of tensors."
55
authors = [
66
"Jesper Nielsen <[email protected]>",

0 commit comments

Comments
 (0)