Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from cyberark/update-version-to-0.0.5
Browse files Browse the repository at this point in the history
Prepare for v0.0.5 release
  • Loading branch information
sgnn7 authored Dec 6, 2019
2 parents d23f2c4 + 23af052 commit 19e6b25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.0.5]

### Added

- Added ability to delete policies [#23](https://github.com/cyberark/conjur-api-python3/issues/23)

## [0.0.4]

### Fixed
Expand Down Expand Up @@ -34,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

The first tagged version.

[Unreleased]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.4...HEAD
[Unreleased]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.4...0.0.5
[0.0.4]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.3...0.0.4
[0.0.3]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.2...0.0.3
[0.0.2]: https://github.com/conjurinc/conjur-api-python3/compare/v0.0.1...0.0.2
Expand Down
2 changes: 1 addition & 1 deletion conjur/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
is intended to be reused in multiple places.
"""

__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit 19e6b25

Please sign in to comment.