Skip to content

Commit

Permalink
Bump 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jul 5, 2017
1 parent d8337dd commit 7a556a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ check-outdated:
visual-check:
$(PYTHON) demo/moulinrouge.py

gen-docs:
.PHONY: docs
docs:
cd docs && PYTHON_PATH=$(VENV) PATH=$(VENV)/bin:$(PATH) $(MAKE) rst html

release:
release: docs
git pull
$(eval VERSION := $(shell PROJECT_NAME=$(PROJECT_NAME) $(VENV)/bin/devcore bump $(LEVEL)))
git commit -am "Bump $(VERSION)"
Expand Down
2 changes: 1 addition & 1 deletion pygal/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "pygal"
__version__ = "2.3.1"
__version__ = "2.4.0"

__summary__ = "A python svg graph plotting library"
__uri__ = "http://pygal.org/"
Expand Down

0 comments on commit 7a556a2

Please sign in to comment.