Skip to content

Commit

Permalink
version bump to 1.0.0.dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Nov 13, 2017
1 parent 4207f30 commit c0728e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@
[[changelog]]
== Changelog

[[release-next]]
//[[release-next]]
//[float]
//=== Unreleased
//https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev3\...master[Check the HEAD diff]


[[release-v1.0.0.dev3]]
[float]
=== Unreleased
https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev2\...master[Check the HEAD diff]
=== v1.0.0.dev3

https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev2\...v1.0.0.dev2[Check the diff]


* added a background thread to process the transactions queue every 60 seconds (configurable) ({pull}68[#68])
Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = (1, 0, 0, 'dev2')
__version__ = (1, 0, 0, 'dev3')
VERSION = '.'.join(map(str, __version__))

0 comments on commit c0728e0

Please sign in to comment.