Skip to content

Commit

Permalink
Bumps to version 0.5.0
Browse files Browse the repository at this point in the history
* Deprecates py33 tests in Travis
* Move from Strapdown to Strapdown-Zeta
* Cleanup test_overshadow
* Adds CLI option to run the dev server
* Introduces overshadow
* Updates 404.html page
* Updates doc with new directory structure
* Modifies the builder default skeleton
  • Loading branch information
joehakimrahme committed Oct 6, 2017
1 parent 4119cd8 commit 42a4060
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
copyright = u'2016, Joe H. Rahme'
author = u'Joe H. Rahme'

version = '0.4.0'
release = '0.4.0'
version = '0.5.0'
release = '0.5.0'

language = None
exclude_patterns = []
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ How does it work?

Blogstrap is a [Flask](http://flask.pocoo.org/) application that serves static
files over the web. It serves raw Markdown files formatted to fit
[Strapdown.js](http://strapdownjs.com/) requirements.
[Strapdown-Zeta](http://strapdown.ztx.io/) requirements.

Strapdown.js is downloaded from their CDN and executes the HTML conversion
Strapdown-Zeta is downloaded from their CDN and executes the HTML conversion
client side.


Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
"""A dumb blogging platform based on Strapdown.js
"""A dumb blogging platform based on Strapdown-Zeta
"""

from setuptools import setup
Expand All @@ -24,9 +24,9 @@
author="Joe H. Rahme",
author_email="joehakimrahme@gmail.com",
version='0.4.0',
description="A dumb blogging platform based on Strapdown.js",
description="A dumb blogging platform based on Strapdown-Zeta",
url=repo_url,
download_url=repo_url + "/tarball/0.4.0",
download_url=repo_url + "/tarball/0.5.0",
long_description=__doc__,
packages=['blogstrap'],
include_package_data=True,
Expand Down

0 comments on commit 42a4060

Please sign in to comment.