Skip to content

Commit

Permalink
Bump version from 0.3.1 to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Mar 27, 2024
1 parent 2a204bc commit cfe7d3b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
POETRY_VERSION: "1.7.1"
POETRY_VERSION: "1.8.2"
MAIN_PYTHON_VERSION: "3.9"
PACKAGE_NAME: "datalogger"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Deploy to GitHub Pages
on: workflow_dispatch

env:
POETRY_VERSION: "1.7.1"
POETRY_VERSION: "1.8.2"
PYTHON_VERSION: "3.9"
PACKAGE_NAME: "datalogger"
PACKAGE_VERSION: "0.3.1"
PACKAGE_VERSION: "0.3.2"

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.3.2] (Mar 27 2024)

### Changed

- `LoggedProp` is now a type alias instead of a class.
Expand Down Expand Up @@ -62,7 +64,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/datalogger/compare/v0.3.1...main
[unreleased]: https://github.com/PainterQubits/datalogger/compare/v0.3.2...main
[0.3.2]: https://github.com/PainterQubits/datalogger/releases/tag/v0.3.2
[0.3.1]: https://github.com/PainterQubits/datalogger/releases/tag/v0.3.1
[0.3.0]: https://github.com/PainterQubits/datalogger/releases/tag/v0.3.0
[0.2.0]: https://github.com/PainterQubits/datalogger/releases/tag/v0.2.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 = "DataLogger"
copyright = "2023–2024, California Institute of Technology"
author = "Alex Hadley"
release = "0.3.1"
release = "0.3.2"

# 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 = "datalogger"
version = "0.3.1"
version = "0.3.2"
description = "Python package for logging data from scientific experiments."
authors = ["Alex Hadley <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit cfe7d3b

Please sign in to comment.