Skip to content

Commit

Permalink
release: v0.1.0-beta2 (#12)
Browse files Browse the repository at this point in the history
Bumps the version and updates the CHANGELOG.
  • Loading branch information
timoguin authored Jun 16, 2021
1 parent c8a41a9 commit 848e0c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ the unreleased section to the section for the new release.

No unreleased changes.

## [0.1.0-beta2] - 2021-06-16

### Added

- Adds an `organization lookup-accounts` CLI command
Expand All @@ -36,7 +38,7 @@ No unreleased changes.
- Updates `APIClient()` and `APIClient.Connect()` to skip creating the client if it
already exists

## [0.1.0-beta1] - 2020-06-09
## [0.1.0-beta1] - 2021-06-09

### Changed

Expand All @@ -45,7 +47,7 @@ No unreleased changes.
- Bumps version to 0.1.0-beta1
- Adds a CI config for Semantic Pull Requests

## [0.1.0-alpha4] - 2020-06-09
## [0.1.0-alpha4] - 2021-06-09

Initial alpha release

Expand All @@ -66,6 +68,7 @@ Initial alpha release
These Markdown anchors provide a link to the diff for each release. They should be
updated any time a new release is cut.
-->
[Unreleased]: https://github.com/timoguin/aws-org-tools-py/compare/v0.1.0-beta-1...HEAD
[Unreleased]: https://github.com/timoguin/aws-org-tools-py/compare/v0.1.0-beta-2...HEAD
[0.1.0-beta2]: https://github.com/timoguin/aws-org-tools-py/compare/v0.1.0-beta1...v0.1.0-beta2
[0.1.0-beta1]: https://github.com/timoguin/aws-org-tools-py/compare/v0.1.0-alpha4...v0.1.0-beta1
[0.1.0-alpha4]: https://github.com/timoguin/aws-org-tools-py/releases/tag/v0.1.0-alpha4
2 changes: 1 addition & 1 deletion aws_data_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A library for working with data from AWS APIs
"""

__VERSION__ = "0.1.0-beta1"
__VERSION__ = "0.1.0-beta2"


def get_version() -> str:
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 = "aws_data_tools"
version = "0.1.0-beta1"
version = "0.1.0-beta2"
description = "A set of Python libraries for querying and transforming data from AWS APIs"
authors = ["Tim O'Guin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 848e0c4

Please sign in to comment.