Skip to content

Commit 7396405

Browse files
committed
Updating frontpage
1 parent 1f3c1b7 commit 7396405

File tree

3 files changed

+38
-6
lines changed

3 files changed

+38
-6
lines changed

_includes/themes/mongoengine/frontpage.html

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,42 @@ <h1 class="logo">MongoEngine</h1>
5151
{% endhighlight %}
5252
</div>
5353
<div class="tab-pane" id="announcements">
54-
<h3>v0.6.13 Released</h3>
55-
<p>
56-
More minor updates - see the <a href="http://mongoengine-odm.readthedocs.org/en/latest/changelog.html#changes-in-0-6-13">change log</a> for a full list of changes.
57-
</p>
54+
<h3>v0.7rc1 Released</h3>
55+
<h3>Exciting news the release candidate for v0.7 is ready!</h3>
56+
<p>
57+
Since this is a release candidate it is not being pushed to PyPi but you can install it with pip like so:
58+
59+
<pre>
60+
<code>
61+
pip install https://github.com/MongoEngine/mongoengine/tarball/v0.7rc1
62+
</code>
63+
</pre>
64+
</p>
65+
66+
<h4>Why do an rc?</h4>
67+
68+
<p>
69+
Well there have been a few changes, including some major refactoring of the meta classes so they are more readable and clear in their intent. Python version support has been clarified - we now support python 2.5 up to python 3! Mainly its because I don't want another 20 point release as seen in the 0.6.x series so hopefully people will be able to try 0.7 out and provide feedback.
70+
</p>
71+
<p>
72+
The full changelog can be seen here: http://mongoengine-odm.readthedocs.org/en/latest/changelog.html#changes-in-0-7-x
73+
</p>
74+
<p>
75+
No changes are intended to be backwards breaking, but one was introduced inadvertently in the 0.6 series and not declared so it gives some notice to people upgrading. I have added numerous FutureWarnings as defaults will change in 0.8 so you will be asked to explicitly declare intent for cascading saves etc.. See <a href="http://mongoengine-odm.readthedocs.org/en/latest/upgrade.html#to-0-7">the upgrade guide</a> for the full upgrade information.
76+
</p>
77+
78+
<h4>The future</h4>
79+
<p>
80+
MongoEngine support and usage is growing - thanks to all the issue reporters, commiters and helpers on github, 0.8 is looking to be another exciting release with continuing improvements in performance, as well as a clean up of the style and pep8'ness of the code base. Hopefully, a few core improvements will make into the 0.8 branch but until I've coded them, I'll keep them under my hat!
81+
<p>
82+
<h4>Framework support</h4>
83+
<p>
84+
Before 0.8 is released I aim to continue supporting web frameworks and get <a href="https://github.com/MongoEngine/django-mongoengine">django-mongoengine</a> support nailed and out into the wild. <a href="https://github.com/MongoEngine/flask-mongoengine">Flask-MongoEngine</a> has two new maintainers: Anthony Nemitz and Thomas Steinacher of <a href="https://github.com/elasticsales/flask-mongorest">flask-mongorest</a> fame and they are keen to drive the product forward.
85+
<p>
86+
As always any feedback let me know!
87+
<br>
88+
<a href="http://rosslawley.co.uk">Ross</a>
89+
</p>
5890
<h3>Roadmap released</h3>
5991
<p>
6092
The roadmap has been planned to get us to a 1.0 release.

assets/themes/mongoengine/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ h3.first {
159159
color: #f6f4cd;
160160
}
161161

162-
.featured h3 {
162+
.featured h3, .featured h4 {
163163
color: #8AE6BB;
164164
text-shadow: 0 1px 1px #26160B;
165165
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
layout: frontpage
33
title: "mongoengine"
44
description: "mongoengine a python object data mapper for mongodb"
5-
stable: "0.6.2"
5+
stable: "0.6.20"
66
---
77
{% include JB/setup %}

0 commit comments

Comments
 (0)