Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and JamesGuthrie committed Sep 21, 2023
1 parent 978cb9a commit 8eacf37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.1](https://github.com/timescale/doctor/compare/v0.1.0...v0.1.1) (2023-09-21)


### Bug Fixes

* use getpass.getuser() instead of os.getlogin() ([978cb9a](https://github.com/timescale/doctor/commit/978cb9a7ee500f36c81c1b8d0161af0835824444))


### Miscellaneous

* fix version bump in release-please ([c62419d](https://github.com/timescale/doctor/commit/c62419dfba165f01ac62fcf8b772b1eef2a7c479))

## 0.1.0 (2023-09-21)


Expand Down
2 changes: 1 addition & 1 deletion src/doctor/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Defines the version of timescale-doctor"""
# Do not remove this file, release-please needs it
__version__ = "0.0.1"
__version__ = "0.1.1"

0 comments on commit 8eacf37

Please sign in to comment.