Skip to content

Commit e2a992c

Browse files
committed
global: release 0.6.0
1 parent 9fb3d58 commit e2a992c

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/history.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Blog Posts
2020
Version History
2121
===============
2222

23-
next
24-
----
23+
.. _version_0_6_0:
2524

26-
Not yet released.
25+
0.6.0
26+
-----
27+
28+
Released February 12, 2020.
2729

2830
Backwards Compatibility Notes
2931
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

pyembed/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "pyembed"
3-
version = "0.6.0-pre"
3+
version = "0.6.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
edition = "2018"
66
license = "Python-2.0 AND MPL-2.0"
7+
description = "Embed a Python interpreter"
78
build = "build.rs"
89
# Adding this line enables DEP_* environment variables to be set in
910
# dependent crates. We rely on this to allow crates embedding this one

pyoxidizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyoxidizer"
3-
version = "0.6.0-pre"
3+
version = "0.6.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
license = "MPL-2.0"
66
description = "Package self-contained Python applications"

0 commit comments

Comments
 (0)