Skip to content

Commit 04337ce

Browse files
chore(main): release 1.0.0 (#91)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bcbfe54 commit 04337ce

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/equinor/everest-tutorials/compare/v0.7.0...v1.0.0) (2025-10-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add Drogon release with new well schedules ([#89](https://github.com/equinor/everest-tutorials/issues/89))
9+
10+
### Features
11+
12+
* add Drogon release with new well schedules ([#89](https://github.com/equinor/everest-tutorials/issues/89)) ([bcbfe54](https://github.com/equinor/everest-tutorials/commit/bcbfe54a63a91c8b10c9c96e755d77549f2c1bf6))
13+
314
## [0.7.0](https://github.com/equinor/everest-tutorials/compare/v0.6.2...v0.7.0) (2025-10-27)
415

516

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "everest_tutorials"
3-
version = "0.7.0"
3+
version = "1.0.0"
44
description = "EVEREST tutorials"
55
authors = [{ name = "Equinor ASA", email = "fg_sib-scout@equinor.com" }]
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
setup(
55
name="everest_tutorials",
6-
version="0.7.0",
6+
version="1.0.0",
77
packages=find_packages(),
88
)

src/everest_tutorials/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)