Skip to content

Commit

Permalink
Bump version from 0.1.1 to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Oct 4, 2023
1 parent c21108a commit 3dcc9c7
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 @@ -5,7 +5,7 @@ on: workflow_dispatch
env:
POETRY_VERSION: "1.6.1"
PYTHON_VERSION: "3.10"
DATALOGGER_VERSION: "0.1.1"
DATALOGGER_VERSION: "0.2.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.2.0] (Oct 4 2023)

### Added

- Ability to create sub-`Logger`s with no timestamp using the `timestamp` option.
Expand All @@ -33,6 +35,7 @@ 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.1.1...main
[unreleased]: https://github.com/PainterQubits/datalogger/compare/v0.2.0...main
[0.2.0]: https://github.com/PainterQubits/datalogger/releases/tag/v0.2.0
[0.1.1]: https://github.com/PainterQubits/datalogger/releases/tag/v0.1.1
[0.1.0]: https://github.com/PainterQubits/datalogger/releases/tag/v0.1.0
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, California Institute of Technology"
author = "Alex Hadley"
release = "0.1.1"
release = "0.2.0"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datalogger"
version = "0.1.1"
version = "0.2.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 3dcc9c7

Please sign in to comment.