Skip to content

Commit 8083284

Browse files
committed
Bump version from 0.3.2 to 0.4.0
1 parent 8bedf85 commit 8083284

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
POETRY_VERSION: "1.8.2"
77
PYTHON_VERSION: "3.9"
88
PACKAGE_NAME: "datalogs"
9-
PACKAGE_VERSION: "0.3.2"
9+
PACKAGE_VERSION: "0.4.0"
1010

1111
jobs:
1212
build:

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.4.0] (Apr 16 2024)
11+
1012
### Changed
1113

1214
- Rename package from `datalogger` to `datalogs` (since datalogger was taken on PyPI).
@@ -68,7 +70,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6870
- Function `load_log()` to load log files.
6971
- Initial documentation website.
7072

71-
[unreleased]: https://github.com/PainterQubits/datalogs/compare/v0.3.2...main
73+
[unreleased]: https://github.com/PainterQubits/datalogs/compare/v0.4.0...main
74+
[0.4.0]: https://github.com/PainterQubits/datalogs/releases/tag/v0.4.0
7275
[0.3.2]: https://github.com/PainterQubits/datalogs/releases/tag/v0.3.2
7376
[0.3.1]: https://github.com/PainterQubits/datalogs/releases/tag/v0.3.1
7477
[0.3.0]: https://github.com/PainterQubits/datalogs/releases/tag/v0.3.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project = "DataLogs"
55
copyright = "2023–2024, California Institute of Technology"
66
author = "Alex Hadley"
7-
release = "0.3.2"
7+
release = "0.4.0"
88

99
# General configuration
1010
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "datalogs"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
description = "Python package for logging data from scientific experiments."
99
authors = ["Alex Hadley <contact@alexhadley.net>"]
1010
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)