Skip to content

Commit 411475b

Browse files
committed
Updated documents for 0.6.8
1 parent d699c66 commit 411475b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_includes/themes/mongoengine/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<ul class="nav">
3434
<li><a href="/" class="first">Home</a></li>
3535
<li><a href="#getting-started">Getting Started</a></li>
36-
<li><a href="#documentation">Documentation</a></li>
36+
<li><a href="http://bit.ly/mongoengine-docs">Documentation</a></li>
3737
<li><a href="#source">Source</a></li>
3838
<li><a href="#community">Community</a></li>
3939
</ul>

_includes/themes/mongoengine/frontpage.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ <h1 class="logo">MongoEngine</h1>
5151
{% endhighlight %}
5252
</div>
5353
<div class="tab-pane" id="announcements">
54+
<h3>v0.6.8 Released</h3>
55+
<p>
56+
Multiple minor fixes and added choices to GenericEmbeddedDocuments and GenericReferences. See the <a href="http://readthedocs.org/docs/mongoengine-odm/en/latest/changelog.html#changes-in-0-6-8">change log</a> for a full list of changes.
57+
</p>
5458
<h3>v0.6.7 Released</h3>
5559
<p>
5660
Fixes for replicaset connections and read preferences now supported.

0 commit comments

Comments
 (0)