Skip to content

Commit

Permalink
update CHANGELOG and bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Aug 14, 2019
1 parent 47286d7 commit 039d291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## Unreleased
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.0.0...master)
## v5.1.0
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.0.0...v5.1.0)

### Security issues

Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = (5, 0, 0)
__version__ = (5, 1, 0)
VERSION = ".".join(map(str, __version__))

0 comments on commit 039d291

Please sign in to comment.