Skip to content

Commit 717456f

Browse files
committed
New version related changes
1 parent e20b41f commit 717456f

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.0.0] - 2025-06-16
2+
3+
### Added
4+
* Tutorials/example notebooks can now be run vis Binder #8
5+
6+
### Changed
7+
* Improved community guidelines (contributing guide and code of conduct)
8+
9+
### Fixed
10+
* Some issues with badges in the README
11+
112
## [0.0.3] - 2024-12-02
213

314
### Added

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors:
88
given-names: "Susan T"
99
orcid: "https://orcid.org/0000-0003-0903-7507"
1010
title: "QLayers"
11-
version: 0.0.3
12-
date-released: 2024-12-02
11+
version: 1.0.0
12+
date-released: 2025-06-16
1313
url: "https://github.com/alexdaniel654/qlayers"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
project = '3DQLayers'
2020
copyright = f'{datetime.now().year}, Alexander J Daniel'
2121
author = 'Alexander J Daniel'
22-
release = 'v0.0.3'
22+
release = 'v1.0.0'
2323

2424
# -- General configuration ---------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.py

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

1111
setup(
1212
name="qlayers",
13-
version="0.0.3",
13+
version="1.0.0",
1414
description="Quantitative layer analysis for renal MRI",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)