Skip to content

Commit

Permalink
chore: Release v0.6.1 (#779)
Browse files Browse the repository at this point in the history
chore: Bump package version

Co-authored-by: edgarrmondragon <[email protected]>
  • Loading branch information
github-actions[bot] and edgarrmondragon authored Jul 1, 2022
1 parent 54f54fe commit 5ffff5b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## Unreleased
---

### New

### Changes

### Fixes
## v0.6.1 (2022-07-01)

### Breaks
### Fix

- Fix missing typing-extensions for Python<3.10 (#776)

## 0.6.0 - (2022-06-30)
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
requests = "^2.25.1"
singer-sdk = "^0.6.0"
singer-sdk = "^0.6.1"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
requests = "^2.25.1"
singer-sdk = "^0.6.0"
singer-sdk = "^0.6.1"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Meltano Core Team and Contributors"

# The full version, including alpha/beta/rc tags
release = "0.6.0"
release = "0.6.1"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "singer-sdk"
version = "0.6.0"
version = "0.6.1"
description = "A framework for building Singer taps"
authors = ["Meltano Team and Contributors"]
maintainers = ["Meltano Team and Contributors"]
Expand Down Expand Up @@ -95,7 +95,7 @@ markers = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.6.0"
version = "0.6.1"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"docs/conf.py",
Expand Down

0 comments on commit 5ffff5b

Please sign in to comment.