Skip to content

Commit

Permalink
Bump v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidomarf committed Oct 30, 2019
1 parent c3531d4 commit f93dc39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Features:
- Easy replicability of each final result.
- Index page to list all your sketches.

Check [ginpar-quickstar.netlify.com](https://ginpar-quickstart.netlify.com/) to
see how a site generated with Ginpar looks like.

The following Introduction is part of the [Ginpar Documentation][ginpar-docs] and
may be read at [Introduction][docs-intro]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'David Omar Flores Chavez'

# The full version, including alpha/beta/rc tags
release = 'v0.6.2'
release = 'v0.7.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

version = '0.6.3'
version = '0.7.1'

requires = ['jinja2 >= 2.7', 'pyyaml', 'click']

Expand Down

0 comments on commit f93dc39

Please sign in to comment.