Skip to content

Commit

Permalink
Bump version from 0.3.2 to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Apr 16, 2024
1 parent 8bedf85 commit 8083284
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
POETRY_VERSION: "1.8.2"
PYTHON_VERSION: "3.9"
PACKAGE_NAME: "datalogs"
PACKAGE_VERSION: "0.3.2"
PACKAGE_VERSION: "0.4.0"

jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] (Apr 16 2024)

### Changed

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

[unreleased]: https://github.com/PainterQubits/datalogs/compare/v0.3.2...main
[unreleased]: https://github.com/PainterQubits/datalogs/compare/v0.4.0...main
[0.4.0]: https://github.com/PainterQubits/datalogs/releases/tag/v0.4.0
[0.3.2]: https://github.com/PainterQubits/datalogs/releases/tag/v0.3.2
[0.3.1]: https://github.com/PainterQubits/datalogs/releases/tag/v0.3.1
[0.3.0]: https://github.com/PainterQubits/datalogs/releases/tag/v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project = "DataLogs"
copyright = "2023–2024, California Institute of Technology"
author = "Alex Hadley"
release = "0.3.2"
release = "0.4.0"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "datalogs"
version = "0.3.2"
version = "0.4.0"
description = "Python package for logging data from scientific experiments."
authors = ["Alex Hadley <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 8083284

Please sign in to comment.