Skip to content

Commit

Permalink
bumped version number, fixed baseurl for gh page
Browse files Browse the repository at this point in the history
  • Loading branch information
bboc committed Feb 22, 2022
1 parent 195144a commit 3914191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/templates/website/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
${_("A set of commandline tools for creating slide decks, ebooks and websites.")}
baseurl: "" # subpath of the site, e.g. /blog, ompty otherwise
baseurl: "mdtools/" # subpath of the site, e.g. /blog, empty otherwise
url: "${site_url}" # the base hostname & protocol for your site
keywords: "sociocracy, holacracy, s3, scrum, kanban, agile, lean"
author: "Bernhard Bockelbrink, James Priest, Liliana David"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):
# TODO: make a nicer setup.py from https://github.com/navdeep-G/setup.py
setup(
name="mdtools",
version='2.0.0',
version='2.1.0',
packages=find_packages(exclude=["tests", "*.tests", "*.tests.*", "tests.*"]),
install_requires=['polib'],
author="Bernhard Bockelbrink",
Expand Down

0 comments on commit 3914191

Please sign in to comment.