Bump version for release.
This commit is contained in:
parent
b734a2a5f3
commit
9a453d4753
|
@ -15,7 +15,7 @@ Release Notes
|
|||
</style>
|
||||
|
||||
|
||||
v0.2.0 (2018-07-08)
|
||||
v0.2.0 (2018-07-09)
|
||||
-------------------
|
||||
|
||||
Mitogen 0.2.x is the inaugural feature-frozen branch eligible for fixes only,
|
||||
|
|
|
@ -33,7 +33,7 @@ be expected. On the slave, it is built dynamically during startup.
|
|||
|
||||
|
||||
#: Library version as a tuple.
|
||||
__version__ = (0, 1, 0)
|
||||
__version__ = (0, 2, 0)
|
||||
|
||||
|
||||
#: This is :data:`False` in slave contexts. Previously it was used to prevent
|
||||
|
|
Loading…
Reference in New Issue